Page 1 of 1

Select which project is run when hitting Ctrl-F9

Posted: Thu Mar 23, 2017 8:59 pm
by Ashmon
I'm a complete beginner and I have seen from two video courses that it's common to put completely different projects in the same workspace. When I'm hitting Ctrl-F9, Codelite is compiling all projects in the workspace but opening only the first on the console, not the one I'm actually working on. Can I change this behavior? Or is it just bad practice from trainers to put completely different projects into one workspace?

Re: Select which project is run when hitting Ctrl-F9

Posted: Thu Mar 23, 2017 10:33 pm
by eranif
Ctrl-F9 will build and run the active project.
The active project is marked with BOLD text.

To change the active project, double click on the project you want to make active. OR right click another project and select "Make active"

Re: Select which project is run when hitting Ctrl-F9

Posted: Thu Mar 23, 2017 10:52 pm
by Ashmon
I got it. Thank you so much!