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
![]() ![]() |
Template preferences. More...
#include <templates.h>
Public Attributes | |
gchar * | developer |
Name. More... | |
gchar * | company |
Company. More... | |
gchar * | |
Email. More... | |
gchar * | initials |
Initials. More... | |
gchar * | version |
Initial version. More... | |
gchar * | year_format |
gchar * | date_format |
gchar * | datetime_format |
Template preferences.
Definition at line 38 of file templates.h.
gchar* GeanyTemplatePrefs::company |
Company.
Definition at line 41 of file templates.h.
Referenced by do_main_quit(), load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), replace_static_values(), and save_dialog_prefs().
gchar* GeanyTemplatePrefs::date_format |
Definition at line 46 of file templates.h.
Referenced by load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), save_dialog_prefs(), and templates_replace_default_dates().
gchar* GeanyTemplatePrefs::datetime_format |
Definition at line 47 of file templates.h.
Referenced by load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), save_dialog_prefs(), and templates_replace_default_dates().
gchar* GeanyTemplatePrefs::developer |
Name.
Definition at line 40 of file templates.h.
Referenced by do_main_quit(), load_dialog_prefs(), on_comments_changelog_activate(), on_prefs_dialog_response(), prefs_init_dialog(), replace_static_values(), and save_dialog_prefs().
gchar* GeanyTemplatePrefs::initials |
Initials.
Definition at line 43 of file templates.h.
Referenced by do_main_quit(), load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), replace_static_values(), and save_dialog_prefs().
gchar* GeanyTemplatePrefs::mail |
Email.
Definition at line 42 of file templates.h.
Referenced by do_main_quit(), load_dialog_prefs(), on_comments_changelog_activate(), on_prefs_dialog_response(), prefs_init_dialog(), replace_static_values(), and save_dialog_prefs().
gchar* GeanyTemplatePrefs::version |
Initial version.
Definition at line 44 of file templates.h.
Referenced by do_main_quit(), load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), replace_static_values(), and save_dialog_prefs().
gchar* GeanyTemplatePrefs::year_format |
Definition at line 45 of file templates.h.
Referenced by load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), save_dialog_prefs(), and templates_replace_default_dates().