geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
General Preferences dialog settings. More...
#include <prefs.h>
Public Attributes | |
gboolean | 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 |
gchar * | default_open_path |
Default path to look for files when no other path is appropriate. More... | |
gchar * | custom_plugin_path |
gboolean | save_wingeom |
gboolean GeanyPrefs::auto_focus |
Definition at line 38 of file prefs.h.
Referenced by load_dialog_prefs(), on_motion_event(), on_prefs_dialog_response(), prefs_init_dialog(), and save_dialog_prefs().
gboolean GeanyPrefs::beep_on_errors |
Definition at line 35 of file prefs.h.
Referenced by load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), save_dialog_prefs(), and utils_beep().
gboolean GeanyPrefs::confirm_exit |
Definition at line 34 of file prefs.h.
Referenced by load_dialog_prefs(), main_quit(), on_prefs_dialog_response(), prefs_init_dialog(), and save_dialog_prefs().
gchar* GeanyPrefs::custom_plugin_path |
Definition at line 40 of file prefs.h.
Referenced by do_main_quit(), get_custom_plugin_path(), and plugins_init().
gchar* GeanyPrefs::default_open_path |
Default path to look for files when no other path is appropriate.
Definition at line 39 of file prefs.h.
Referenced by do_main_quit(), init_pref_groups(), and utils_get_default_dir_utf8().
gboolean GeanyPrefs::load_plugins |
Definition at line 32 of file prefs.h.
Referenced by load_settings(), and plugins_init().
gboolean GeanyPrefs::load_session |
Definition at line 31 of file prefs.h.
Referenced by load_dialog_prefs(), load_startup_files(), on_prefs_dialog_response(), prefs_init_dialog(), and save_dialog_prefs().
gboolean GeanyPrefs::save_wingeom |
Definition at line 41 of file prefs.h.
Referenced by load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), save_dialog_prefs(), save_ui_prefs(), and setup_window_position().
gboolean GeanyPrefs::save_winpos |
Definition at line 33 of file prefs.h.
Referenced by configuration_apply_settings(), load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), save_dialog_prefs(), save_ui_prefs(), and setup_window_position().
gboolean GeanyPrefs::suppress_status_messages |
Definition at line 36 of file prefs.h.
Referenced by load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), save_dialog_prefs(), and ui_set_statusbar().
gboolean GeanyPrefs::switch_to_status |
Definition at line 37 of file prefs.h.
Referenced by load_dialog_prefs(), msgwin_status_add_string(), on_prefs_dialog_response(), prefs_init_dialog(), and save_dialog_prefs().