working with a library

General questions regarding the usage of CodeLite
User avatar
zaphod
CodeLite Veteran
Posts: 55
Joined: Fri Sep 11, 2009 6:20 pm
Contact:

working with a library

Post by zaphod »

I have a project that has over 200 source files. In addition, I have a separate library of subsidiary functions (a mere 80 files). When I'm debugging a library function I have to switch back and forth from the main program to the library code. When activating the project or the library to build them, the workspace tree expands/contracts often obscuring the project from the library or vice versa.

My question: is there another way of quickly activating a project/library not using the workspace double click ? Am I using Codelite in the best possible way ?