Actually reading it better, its the session data that the OP is asking about, not necessarily the files themselves.

Autosave does not save the session, just the files.

Recently the settings and the session have been split, and settings are definitely saved every change (since that should be only occasionally) but sessions are still only saved at the end IIUC since otherwise every file open and close would also need a write of the session file.

Autosave cannot save the session on a timer since the capability to save the session is not in the plugin API.

Probably the best solution would be to allow plugins to save session, and have autosave save it along with the files.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/1334/1396202224@github.com>