[geany/geany] 41c66e: Change "replace_and_find_by_default" default to true

Matthew Brush git-noreply at xxxxx
Sat Oct 11 01:40:54 UTC 2014


Branch:      refs/heads/master
Author:      Matthew Brush <matt at geany.org>
Committer:   Matthew Brush <matt at geany.org>
Date:        Sat, 11 Oct 2014 01:40:54 UTC
Commit:      41c66e0eb06358b9ab07ae5564370331ea452b52
             https://github.com/geany/geany/commit/41c66e0eb06358b9ab07ae5564370331ea452b52

Log Message:
-----------
Change "replace_and_find_by_default" default to true


Modified Paths:
--------------
    doc/geany.txt
    src/keyfile.c

Modified: doc/geany.txt
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -2652,7 +2652,7 @@ extract_filetype_regex            Regex to extract filetype name from file     S
 **Search related**
 find_selection_type               See `Find selection`_.                       0           immediately
 **Replace related**
-replace_and_find_by_default       Set ``Replace & Find`` button as default so  false       immediately
+replace_and_find_by_default       Set ``Replace & Find`` button as default so  true        immediately
                                   it will be activated when the Enter key is
                                   pressed while one of the text fields has
                                   focus.


Modified: src/keyfile.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -232,7 +232,7 @@ static void init_pref_groups(void)
 	stash_group_add_string(group, &file_prefs.extract_filetype_regex,
 		"extract_filetype_regex", GEANY_DEFAULT_FILETYPE_REGEX);
 	stash_group_add_boolean(group, &search_prefs.replace_and_find_by_default,
-		"replace_and_find_by_default", FALSE);
+		"replace_and_find_by_default", TRUE);
 
 	/* Note: Interface-related various prefs are in ui_init_prefs() */
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list