compile project while still editing additional search paths

General questions regarding the usage of CodeLite
underdoeg
CodeLite Enthusiast
Posts: 16
Joined: Sun May 01, 2011 11:43 pm
Genuine User: Yes
IDE Question: c++
Contact:

compile project while still editing additional search paths

Post by underdoeg »

Hi

I wonder if it is possible to compile the project while still having the "Additional Search Paths" dialog open. Because now when working on a larger project, I always have to close each window to test if all include paths are correct. Usually I forget one and have to reopen the dialogs again. This would save some time...

best.philip
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: compile project while still editing additional search paths

Post by eranif »

underdoeg wrote:while still having the "Additional Search Paths" dialog open
Are you referring to the 'Project Settings' dialog?
underdoeg wrote:I wonder if it is possible to compile the project while still having the "Additional Search Paths" dialog open
No. This dialog is modal (which means: all other windows are disabled while it is opened)

Please submit a feature request for this

Eran
Make sure you have read the HOW TO POST thread
underdoeg
CodeLite Enthusiast
Posts: 16
Joined: Sun May 01, 2011 11:43 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: compile project while still editing additional search paths

Post by underdoeg »

Thanks. Already thought that's the case. Where do I properly add a feature request?
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: compile project while still editing additional search paths

Post by eranif »

http://sourceforge.net/tracker/?group_i ... tid=979963
You need to login to sourceforge

Eran
Make sure you have read the HOW TO POST thread
Post Reply