Build before run

General questions regarding the usage of CodeLite
iwbnwif
CodeLite Veteran
Posts: 81
Joined: Thu Mar 21, 2013 1:12 pm
Genuine User: Yes
IDE Question: c++
Contact:

Build before run

Post by iwbnwif »

I read in this post http://stackoverflow.com/questions/1005 ... h-codelite that there is a setting to automatically build a project before running it (i.e. "Run Active Project" toolbar button).

However I cannot find the setting for this anywhere.

The "Start or Continue Debugger" does do a build before starting but I don't always want to use the debugger.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build before run

Post by eranif »

codelite has an option (enabled by default) to prompt for "build before debug"
it has no option for "build for run"

To start debug, just hit "F5"
If codelite does not offer to "build" then it means that you probably check the "don't ask me again" checkbox when you first saw this dialog.
To re-active this dialog, you need to change you answer to the that dialog, to do so:

"Settings -> global editor preferences -> Dialogs"

and tick the option "Allways build before debug"

Eran
Make sure you have read the HOW TO POST thread
iwbnwif
CodeLite Veteran
Posts: 81
Joined: Thu Mar 21, 2013 1:12 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Build before run

Post by iwbnwif »

Hi Eran, thanks for the fast response.

Out of interest why is there no build before run? Is it okay to add as a feature request?
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build before run

Post by eranif »

iwbnwif wrote:Out of interest why is there no build before run? Is it okay to add as a feature request?
Its free to submit FR ;)

Feel free to submit one - or even provide a patch to codelite...

Eran
Make sure you have read the HOW TO POST thread
iwbnwif
CodeLite Veteran
Posts: 81
Joined: Thu Mar 21, 2013 1:12 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Build before run

Post by iwbnwif »

Feel free to submit one -
Done :)
Post Reply