Template for new Classes C++

General questions regarding the usage of CodeLite
ryanvade
CodeLite Curious
Posts: 1
Joined: Sat Jan 17, 2015 5:43 am
Genuine User: Yes
IDE Question: c++
Contact:

Template for new Classes C++

Post by ryanvade »

Hello everyone,

I just started using CodeLite on Arch Linux (I am coming from Code::Blocks which I found to be a bit bulky). I am wondering if there is a way to modify the template for new .cpp and .h files. I have already changed the main template for G++ project but cannot find the template for Classes. Is this possible? The reason being I want to add some comments that are always added.

Thanks.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Template for new Classes C++

Post by eranif »

Create a new project with the current templates. Alter it to fit your needs (the new project)
Next, right click the project as select "Save as template" - this will save your project a template for next time

Eran
Make sure you have read the HOW TO POST thread
Post Reply