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

TGeanyPrefs

Declaration

Source position: geanybindings.inc line 864

type TGeanyPrefs = record

  load_session: gboolean;

  

  load_plugins: gboolean;

  

  save_winpos: gboolean;

  

  confirm_exit: gboolean;

  

  beep_on_errors: gboolean;

  

  suppress_status_messages: gboolean;

  

  switch_to_status: gboolean;

  

  auto_focus: gboolean;

  

  default_open_path: Pgchar;

  

  custom_plugin_path: Pgchar;

  

  save_wingeom: gboolean;

  

end;