Extension of saveactions plugin that allows Geany to store/load data for new, unnamed tabs when Geany window is closed/reopened. This is a convenience feature inspired by Notepad++ and discussed here https://github.com/geany/geany/issues/905 Includes one small extension to API (new function in main.h) - if i understood correctly, this does not require incrementing any versions
https://github.com/geany/geany/assets/9273621/8bdd67a1-97a4-4cf3-b224-81f194...
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3911
-- Commit Summary --
* persistent-temp-files-plugin: added feature to saveactions plugin
-- File Changes --
M plugins/saveactions.c (605) M src/libmain.c (12) M src/main.h (2)
-- Patch Links --
https://github.com/geany/geany/pull/3911.patch https://github.com/geany/geany/pull/3911.diff