What exactly is the logic of those editors? And how would it interact with Geany's existing testing?

Maybe I didn't make the Geany logic clear. When Geany detects a file on disk has changed after the user selects "cancel" the date/time on the buffer has to be updated to match the disk, or the info bar will keep reappearing. So now when the buffer is saved it matches the date/time of the file, so no warning would be generated even if the test was done at save.

The other editors don't do the check until save time and so never update the buffer date/time before that, so they can generate a message at save time.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.