Page 1 of 1

Template for new Classes C++

Posted: Sat Jan 17, 2015 5:55 am
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.

Re: Template for new Classes C++

Posted: Sat Jan 17, 2015 10:55 am
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