File not automatically reloaded upon Revert

Post here any ideas/problems/suggestions you have regarding CodeLite's Subversion (SVN) plugin
tjulian
CodeLite Enthusiast
Posts: 32
Joined: Tue Nov 11, 2008 12:06 am
Contact:

File not automatically reloaded upon Revert

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: File not automatically reloaded upon Revert

Post 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
Make sure you have read the HOW TO POST thread
Post Reply