Custom project types?

General questions regarding the usage of CodeLite
spaceman_spiff
CodeLite Curious
Posts: 1
Joined: Sat Sep 15, 2012 1:11 pm
Genuine User: Yes
IDE Question: C++
Contact:

Custom project types?

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Custom project types?

Post 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
Make sure you have read the HOW TO POST thread
Post Reply