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
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

GeanyPrefs Struct Reference

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
 

Detailed Description

General Preferences dialog settings.

Definition at line 29 of file prefs.h.

Member Data Documentation

◆ auto_focus

gboolean GeanyPrefs::auto_focus

◆ beep_on_errors

gboolean GeanyPrefs::beep_on_errors

◆ confirm_exit

gboolean GeanyPrefs::confirm_exit

◆ custom_plugin_path

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().

◆ default_open_path

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().

◆ load_plugins

gboolean GeanyPrefs::load_plugins

Definition at line 32 of file prefs.h.

Referenced by load_settings(), and plugins_init().

◆ load_session

gboolean GeanyPrefs::load_session

◆ save_wingeom

gboolean GeanyPrefs::save_wingeom

◆ save_winpos

◆ suppress_status_messages

gboolean GeanyPrefs::suppress_status_messages

◆ switch_to_status

gboolean GeanyPrefs::switch_to_status

The documentation for this struct was generated from the following file: