It would be great if leafpad could inform the user, when the opened file changed on disk
and leafpad has the previous state open.
This can avoid data loss when working inside a shared folder.
A very simple way to achieve this is to check the opened file for the modified data
every time the leafpad window receives the input focus.
A simple popup message would be enough to inform the user or even allow to select,
if the file should be reopened (and all local modifications will be lost) or just to ignore this change (and possibly override with the next save action).
It would be great if leafpad could inform the user, when the opened file changed on disk
and leafpad has the previous state open.
This can avoid data loss when working inside a shared folder.
A very simple way to achieve this is to check the opened file for the modified data
every time the leafpad window receives the input focus.
A simple popup message would be enough to inform the user or even allow to select,
if the file should be reopened (and all local modifications will be lost) or just to ignore this change (and possibly override with the next save action).