Page 1 of 1

switching between projects in one workspace

Posted: Tue Jul 08, 2008 5:25 pm
by varnie
greetings!

just simple question -- suppose i have one workspace with two different projects created in it. how can i switch between these projects to be able to compile them both on my demand? as far as i know it is possible to switch only between workspaces in CodeLite, but not between theirs projects.

thanks for information.

Re: switching between projects in one workspace

Posted: Tue Jul 08, 2008 7:29 pm
by eranif
Maybe I did not understand the question, but:

Right click on the project and select Build?

Also:
You can right click on a project and select 'Set as active' - and from this point on, all the keyboard accelerators for building/debugging will affect the active project.
So hitting F7 will compile that project, hitting F5 will start the debugger for the active project

Is this what you meant?

Eran

Re: switching between projects in one workspace

Posted: Tue Jul 08, 2008 8:39 pm
by varnie
eranif wrote: Is this what you meant?
yes, that's it! thank you.

Re: switching between projects in one workspace

Posted: Tue Jul 08, 2008 8:43 pm
by eranif
varnie wrote:yes, that's it! thank you.
You are welcome

Eran