Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Tue, 23 Apr 2024 20:45:46 UTC Commit: c0cd092a49a3162f57691099f115fc2689515774 https://github.com/geany/geany/commit/c0cd092a49a3162f57691099f115fc26895157...
Log Message: ----------- fixup: move new search pref to the end of struct
Modified Paths: -------------- src/search.h
Modified: src/search.h 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -60,9 +60,9 @@ typedef struct GeanySearchPrefs gboolean use_current_file_dir; /* find in files directory to use on showing dialog */ gboolean hide_find_dialog; /* hide the find dialog on next or previous */ gboolean replace_and_find_by_default; /* enter in replace window performs Replace & Find instead of Replace */ + GeanyFindSelOptions find_selection_type; gboolean skip_confirmation_for_replace_in_session; /* do *not* ask for confirmation before using "replace in session */ - GeanyFindSelOptions find_selection_type; } GeanySearchPrefs;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).