Build Automatically before running

CodeLite installation/troubleshooting forum
IanFinlayson
CodeLite Curious
Posts: 2
Joined: Mon Jan 27, 2014 11:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Build Automatically before running

Post by IanFinlayson »

Hello, I am using CodeLite in a C++ course that I am teaching, and many of my students are forgetting to build their project before they hit run. I do it too on occasion, but many of them spend a long time debugging stale versions of their code. Is there a way to have CodeLite automatically rebuild programs before running them? Or at least prompt asking if they would like to build first?

Thanks in advance!
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build Automatically before running

Post by eranif »

No. This option is only available before debugging (F5)
You should submit a feature request for this at GitHub:
https://github.com/eranif/codelite/issues/new

Also, please remember to specify your OS and codelite version
Eran
Make sure you have read the HOW TO POST thread
IanFinlayson
CodeLite Curious
Posts: 2
Joined: Mon Jan 27, 2014 11:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build Automatically before running

Post by IanFinlayson »

Thank you so much. I've submitted a feature request here: https://github.com/eranif/codelite/issues/422.
Post Reply