When an opened file is modified outside of PSPad, PSPad realizes and gives a "File Contents was Changed. Reload?" message -- which is very handy, no doubt about that.
Would it be possible to extend this to have an option to open a diff directly to see the exact changes? And from there choose which version to keep; new or old. Also PSPad doesn't give a warning when an open file is deleted, which would be nice to have. What (I think) would be very very nice, but more complicated to integrate, would be a single dialog showing all the files that have changed, instead of dialogs one by one (sure, there's a "Yes/No to all" option, but at that point you don't *know* which files have changed). I'm assuming you're using FindFirstChangeNotification and WaitForMultipleObjects on a separate thread - which would make it difficult to get all the changes in one block because they come through one by one. But if it's possible, it would be really neat. -- <http://forum.pspad.com/read.php?2,42891,42891> PSPad freeware editor http://www.pspad.com
