On Tue, 2 Oct 2012 13:03:00 +1000
Lex Trotman <ele...@gmail.com> wrote:

> Are all settings saved on apply? not just the prefs/project prefs ones?  I
> thought there were some that still didn't for one reason or another, maybe
> that should be changed as a separate thing anyway, in which case you are
> right, the "rush" only applies to session data.

Edit -> Preferences -> OK|Apply saves the entire geany.conf:
dialog preferences, UI settings and file list.

Project -> Properties -> OK saves the entire $project.conf: project
settings and file list.

File -> Quit does both.

Saving dialog preferences and project settings on Quit does not make
real sense, but it's the same file, so there is no reason to separate
them. Yet they are internally separate (static) functions, see
keyfile.c:configuration_save() and project.c:write_config().

--

No interest in having 2+ sessions for a project?..

-- 
E-gards: Jimmy
_______________________________________________
Geany-devel mailing list
Geany-devel@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel

Reply via email to