[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'geanyplugin' (#fpgeanyplugin)

TGeanySearchPrefs

Declaration

Source position: geanybindings.inc line 520

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;