Hi freaks,
I'm a AS novice and look for something like a "reload from disk" or "revert" button in the AS-editor.
Thats the situation:
I edit my files on different plattforms, the directory is on a network drive.
Here is my test scenario:
- File x.c is openened in AS-editor and notepad++ on Windows and in scite on Linux. (notepad++ is just for testing if Windows sees the file changes)
- if I change the file in Notepad++ ==> scite and notes it immediately, AS-Edit a little bit later
- if I change the file in scite ==> Notepad++ sees the change almost immediately, AS-Ed does not recognize a change.
- if I change the file in AS-Ed ==> Notepad++ and scite see the changes almost immediately.
So it probably has something todo if or how often the editor polls the file system.
The very bad thing is, that AS compiles obviously the wrong files from a cache, if it does not recognize a file change.
This would help me with the issue:
a) How can I force a reload of a file in AS (^R is it not)?
b) is there a tweaking parameter in AS to increase poll rate or disable caching?
(Modifying the "track changes" check box in the dialogue Tools/Options/Text Editor/General does not change the behaviour at all)
Since if I don't want to throw away my favourite editor, I apreciate any help.