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
How to reload modified files automatically?
-
- CodeLite Enthusiast
- Posts: 10
- Joined: Mon Mar 22, 2010 1:59 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to reload modified files automatically?
No, there is no way to skip that...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
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