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

TGeanyFilePrefs

Declaration

Source position: geanybindings.inc line 546

type TGeanyFilePrefs = record

  default_new_encoding: gint;

  

  default_open_encoding: gint;

  

  final_new_line: gboolean;

  

  strip_trailing_spaces: gboolean;

  

  replace_tabs: gboolean;

  

  tab_order_ltr: gboolean;

  

  tab_order_beside: gboolean;

  

  show_tab_cross: gboolean;

  

  mru_length: guint;

  

  default_eol_character: gint;

  

  disk_check_timeout: gint;

  

  cmdline_new_files: gboolean;

  

  use_safe_file_saving: gboolean;

  

  ensure_convert_new_lines: gboolean;

  

  gio_unsafe_save_backup: gboolean;

  

  use_gio_unsafe_file_saving: gboolean;

  

  extract_filetype_regex: Pgchar;

  

  tab_close_switch_to_mru: gboolean;

  

  keep_edit_history_on_reload: gboolean;

  

  show_keep_edit_history_on_reload_msg: gboolean;

  

  reload_clean_doc_on_file_change: gboolean;

  

  save_config_on_file_change: gboolean;

  

end;