Suggestions on File(s) Compilation...

CodeLite installation/troubleshooting forum
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

Suggestions on File(s) Compilation...

Post 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
Welcome to Vision Open
http://www.visionopen.com
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post 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
Make sure you have read the HOW TO POST thread
Post Reply