Kreijstal left a comment (geany/geany#3978) > The backups is part of "save actions", that is it is triggered by save > actions, it is not triggered by file opening, or external file changes or > other causes of changes. > > Don't know how Notebook++ or Emacs works, but this looks like a duplicate of > [#3733](https://github.com/geany/geany/issues/3733) which is based on Vscode > behaviour.
notepad++ stores it in something like a local `%appdata%\notepad++\backup` with filenames 1.txt,2.txt etc for unnamed buffers, and for named buffers it just uses the name of the filename open, idk how it disambiguates from directories. (when the file has same filename yet different subdirectory) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3978#issuecomment-2974677942 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/3978/[email protected]>
