Page 1 of 1

File not automatically reloaded upon Revert

Posted: Fri May 15, 2009 4:38 pm
by tjulian
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

Re: File not automatically reloaded upon Revert

Posted: Fri May 15, 2009 10:50 pm
by eranif
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