How to reload modified files automatically?

General questions regarding the usage of CodeLite
Morkel
CodeLite Enthusiast
Posts: 10
Joined: Mon Mar 22, 2010 1:59 pm
Genuine User: Yes
IDE Question: C++
Contact:

How to reload modified files automatically?

Post by Morkel »

Hi,

I use bison and flex as part of my project and therefore some files get modified during build.
Is there an option to skip the detection of modified files so that Codelite just reloads these files without asking?
(Actually, this would be a workaround for me until bug #899 is cured).

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

Re: How to reload modified files automatically?

Post by eranif »

Morkel wrote:Hi,

I use bison and flex as part of my project and therefore some files get modified during build.
Is there an option to skip the detection of modified files so that Codelite just reloads these files without asking?
(Actually, this would be a workaround for me until bug #899 is cured).

Best regards,
Fred
No, there is no way to skip that...
Please open a feature request for this (should be pretty straight forward to implement this)

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