Open tabs left to right by default.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1115 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
2697523495
commit
180069bc6c
@ -2,6 +2,8 @@
|
||||
|
||||
* src/callbacks.c, src/search.c, src/document.c:
|
||||
Don't log simple error messages like 'No text to find'.
|
||||
* src/keyfile.c:
|
||||
Open tabs left to right by default.
|
||||
|
||||
|
||||
2006-12-17 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
|
@ -321,7 +321,7 @@ gboolean configuration_load()
|
||||
app->show_markers_margin = utils_get_setting_boolean(config, PACKAGE, "show_markers_margin", TRUE);
|
||||
app->show_linenumber_margin = utils_get_setting_boolean(config, PACKAGE, "show_linenumber_margin", TRUE);
|
||||
app->fullscreen = utils_get_setting_boolean(config, PACKAGE, "fullscreen", FALSE);
|
||||
app->tab_order_ltr = utils_get_setting_boolean(config, PACKAGE, "tab_order_ltr", FALSE);
|
||||
app->tab_order_ltr = utils_get_setting_boolean(config, PACKAGE, "tab_order_ltr", TRUE);
|
||||
app->show_notebook_tabs = utils_get_setting_boolean(config, PACKAGE, "show_notebook_tabs", TRUE);
|
||||
app->brace_match_ltgt = utils_get_setting_boolean(config, PACKAGE, "brace_match_ltgt", FALSE);
|
||||
app->switch_msgwin_pages = utils_get_setting_boolean(config, PACKAGE, "switch_msgwin_pages", FALSE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user