Modern way to detect if a file is dirty - ?
-
Hi,
With current version of Notepad++, do plugins still need to process NPPN_SNAPSHOTDIRTYFILELOADED to be able to say for sure whether a particular file is dirty or not, or is there a better way to detect that?
Ideally I’d prefer Notepad++'s message such as NPPM_ISBUFFERDIRTY to rely on. -
Looks like this answers my question:
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/4242