[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: geanybindings.inc line 482
type TGeanySearchPrefs = record |
||
always_wrap: gboolean; |
|
|
use_current_word: gboolean; |
|
|
use_current_file_dir: gboolean; |
|
|
hide_find_dialog: gboolean; |
|
|
replace_and_find_by_default: gboolean; |
|
|
find_selection_type: TGeanyFindSelOptions; |
|
|
end; |