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

Matthew Brush notifications at xxxxx
Thu Mar 28 23:37:16 UTC 2019


> At least performance doesn't seem to be a problem: configuration_save takes about 1-2 milliseconds on my system and IO access happens in the document-related actions in any way.

I guess the only issue is if the config directory is on a slow drive like a network share or something. We could try it and if it causes people problems in reality, maybe look at adding a preference to disable it. I can't see it being much of an issue though as most programs do similar things.

The only thing I don't like, which could be improved later, is that it's still pretty arbitrary where the settings are being saved. In a perfect world, it would queue a save whenever the contents of the config file need to be saved.

👍

-- 
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#issuecomment-477809578
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190328/10e2d7b0/attachment-0001.html>


More information about the Github-comments mailing list