Save main and project configuration whenever documents are opened/closed
commit26996aa1aaec0d48c0cc4fa6519d4876e4d57855
authorEnrico Tröger <enrico.troeger@uvena.de>
Thu, 28 Mar 2019 19:35:05 +0000 (28 20:35 +0100)
committerEnrico Tröger <enrico.troeger@uvena.de>
Thu, 3 Oct 2019 08:01:10 +0000 (3 10:01 +0200)
treedafb5eacefaf58ad17a34341eebb7a05f3eb91cc
parent82590af4cc2d52fc0060eda872ddb2a5782e6e6c
Save main and project configuration whenever documents are opened/closed

The main idea is to save the session file list more often to prevent
accidental lost but saving the rest of the configuration might help
as well.
To prevent too many save attempts, an idle function is used and it's
only added once until it was executed.
doc/pluginsignals.c
src/keyfile.c