Hi,
This PR causes Geany to save the project whenever a file is opened or closed.
The main issue it has is when opening/closing multiple files it saves the project file between each file. This does not happen on startup or when quitting but could still be an issue.
It should fix https://github.com/geany/geany/issues/1826 You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1860
-- Commit Summary --
* Save project when opening or closing files * Don't try to save project if none is open
-- File Changes --
M src/document.c (17)
-- Patch Links --
https://github.com/geany/geany/pull/1860.patch https://github.com/geany/geany/pull/1860.diff