[Github-comments] [geany/geany] Save main and project configuration whenever documents are opened/closed (#2114)

elextr notifications at xxxxx
Mon Apr 15 22:27:00 UTC 2019


elextr commented on this pull request.



> @@ -1313,11 +1316,47 @@ void configuration_apply_settings(void)
 }
 
 
+static gboolean save_configuration_cb(gpointer data)
+{
+	configuration_save();

And on that note, shouldn't the config be saved on project open/close as well, although it will often happen anyway because files will be opened/closed when a project opens, but not always.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2114#discussion_r275567860
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190415/ee834f44/attachment.html>


More information about the Github-comments mailing list