Page 1 of 1

Build Automatically before running

Posted: Mon Jan 27, 2014 11:39 pm
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!

Re: Build Automatically before running

Posted: Tue Jan 28, 2014 12:26 am
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

Re: Build Automatically before running

Posted: Wed Jan 29, 2014 6:38 pm
by IanFinlayson
Thank you so much. I've submitted a feature request here: https://github.com/eranif/codelite/issues/422.