On WinXP, if I have a file open in CodeLite and right-click SVN -> Revert, the file is reverted but CodeLite does not automatically reload the file. I have to manually reload the file. Is this proper operation?
--tim
File not automatically reloaded upon Revert
-
- CodeLite Enthusiast
- Posts: 32
- Joined: Tue Nov 11, 2008 12:06 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: File not automatically reloaded upon Revert
The mechanism for detecting file changes, is called in the 'OnFileActivated' event, in other words: when the application loses and then regain focus (try to minimize it and then select codelite again)
But indeed this could be improved, please report a bug for this
Eran
But indeed this could be improved, please report a bug for this
Eran
Make sure you have read the HOW TO POST thread