PB 5.30 not always re-loading edited file

Working on new editor enhancements?
IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

PB 5.30 not always re-loading edited file

Post by IdeasVacuum »

I have UltraEdit and PB running side-by-side. An edit of a file in UE, on Save, is detected by PB:
The file 'C:\Projects\MyProject\MyMostCriticallyImportantFile.pbi' has been modified on disk.
Do you want to reload it to reflect these changes?
Click on 'Reload' in response to that prompt and the edited file should be re-loaded into PB - except that, sometimes it isn't!

I saw this while trying to correct a complicated syntax issue - the edit saved in UE was a partial change of one code line. If I edit a whole line (e.g, date-time string at Line 1), or several lines, PB seems to be re-loading as expected, otherwise, it's a lottery.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.