Page 1 of 1

Suggestions on File(s) Compilation...

Posted: Sat Jun 05, 2010 12:23 am
by jiapei100
Hi, Eran:

I'm wondering if you can help to realize two convenient functionalities for file(s) compilation in Codelite:

1)
Like in Visual Studio, we don't need to locate a file name in the Workspace to compile it by
a) right clicking the name of this file
b) compile
Is it possible for the user to compile the activated file in the code View by right clicking the file directly?
In this case, for a huge project, the user may not need to spend too much time on locating the file name.

2)
Multiple file compilations.
In Codelite, is it possible for the user to select multiple files first, and then, right click ->compile so that
all selected files can be compiled successfully?


Best Regards
JIA

Re: Suggestions on File(s) Compilation...

Posted: Sun Jun 06, 2010 11:57 am
by eranif
jiapei100 wrote:s it possible for the user to compile the activated file in the code View by right clicking the file directly?
In this case, for a huge project, the user may not need to spend too much time on locating the file name.
Use Ctrl-F7 this will compile the active file.

codelite can keep track on the opened file in the 'Workspace' view by simply checking the 'Link Editor' toolbar button located on top of the 'Workspace' tree view
jiapei100 wrote:Multiple file compilations.
In Codelite, is it possible for the user to select multiple files first, and then, right click ->compile so that
all selected files can be compiled successfully?

No, it is not possible.

Eran