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.
Build before run
-
- CodeLite Veteran
- Posts: 81
- Joined: Thu Mar 21, 2013 1:12 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Build before run
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
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
-
- CodeLite Veteran
- Posts: 81
- Joined: Thu Mar 21, 2013 1:12 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Build before run
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?
Out of interest why is there no build before run? Is it okay to add as a feature request?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Build before run
Its free to submit FRiwbnwif wrote:Out of interest why is there no build before run? Is it okay to add as a feature request?
Feel free to submit one - or even provide a patch to codelite...
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Veteran
- Posts: 81
- Joined: Thu Mar 21, 2013 1:12 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Build before run
DoneFeel free to submit one -