Change default for removing trailing spaces to off
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@655 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
35003deb31
commit
8e2b19b48c
@ -5,6 +5,7 @@
|
||||
Added Auto indentation and Line wrapping options to Preferences
|
||||
dialog. Split up Miscellaneous items into Display and Features.
|
||||
Renamed Change Selection and Run toolbutton.
|
||||
* src/keyfile.c: Change default for removing trailing spaces to off.
|
||||
|
||||
|
||||
2006-07-31 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
|
@ -331,7 +331,7 @@ gboolean configuration_load(void)
|
||||
|
||||
app->pref_editor_replace_tabs = utils_get_setting_boolean(config, PACKAGE, "pref_editor_replace_tabs", FALSE);
|
||||
app->pref_editor_new_line = utils_get_setting_boolean(config, PACKAGE, "pref_editor_new_line", TRUE);
|
||||
app->pref_editor_trail_space = utils_get_setting_boolean(config, PACKAGE, "pref_editor_trail_space", TRUE);
|
||||
app->pref_editor_trail_space = utils_get_setting_boolean(config, PACKAGE, "pref_editor_trail_space", FALSE);
|
||||
|
||||
tmp_string = g_find_program_in_path(GEANY_DEFAULT_TOOLS_MAKE);
|
||||
app->tools_make_cmd = utils_get_setting_string(config, "tools", "make_cmd", tmp_string);
|
||||
|
Loading…
x
Reference in New Issue
Block a user