Page 1 of 1

Custom project types?

Posted: Sat Sep 15, 2012 1:14 pm
by spaceman_spiff
Hi,
This is my first time using codelite and so far I think it looks awesome. Is it possible to create custom project types/categories? I want to make my own custom project types that automatically use certain libraries, etc.

Re: Custom project types?

Posted: Sat Sep 15, 2012 1:47 pm
by eranif
    • Create the project using the standard projects (console, gui etc)
    • Open the project settings dialog (right click the project -> settings) add all the libraries you need, include paths etc.
    • Right click on the project -> Save as template
This will save the project settings + source files as template which can be reused later

Eran