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
![]() ![]() |
#include <filetypesprivate.h>
Public Attributes | |
GtkWidget * | menu_item |
gboolean | keyfile_loaded |
GRegex * | error_regex |
gchar * | last_error_pattern |
gboolean | custom |
gint | symbol_list_sort_mode |
gboolean | xml_indent_tags |
GSList * | tag_files |
gboolean | warn_color_scheme |
gboolean | user_extensions |
GeanyBuildCommand * | filecmds |
GeanyBuildCommand * | ftdefcmds |
GeanyBuildCommand * | execcmds |
GeanyBuildCommand * | homefilecmds |
GeanyBuildCommand * | homeexeccmds |
GeanyBuildCommand * | projfilecmds |
GeanyBuildCommand * | projexeccmds |
gint | project_list_entry |
gchar * | projerror_regex_string |
gchar * | homeerror_regex_string |
Definition at line 32 of file filetypesprivate.h.
gboolean GeanyFiletypePrivate::custom |
Definition at line 38 of file filetypesprivate.h.
Referenced by add_custom_filetype(), filetypes_get_conf_extension(), load_system_keyfile(), and read_group().
GRegex* GeanyFiletypePrivate::error_regex |
Definition at line 36 of file filetypesprivate.h.
Referenced by compile_regex(), filetype_free(), and filetypes_parse_error_message().
GeanyBuildCommand* GeanyFiletypePrivate::execcmds |
Definition at line 48 of file filetypesprivate.h.
Referenced by build_load_menu(), filetype_free(), get_build_group_pointer(), and printfcmds().
GeanyBuildCommand* GeanyFiletypePrivate::filecmds |
Definition at line 46 of file filetypesprivate.h.
Referenced by build_load_menu(), filetype_free(), get_build_group_pointer(), and printfcmds().
GeanyBuildCommand* GeanyFiletypePrivate::ftdefcmds |
Definition at line 47 of file filetypesprivate.h.
Referenced by build_load_menu(), filetype_free(), get_build_group_pointer(), and printfcmds().
gchar* GeanyFiletypePrivate::homeerror_regex_string |
Definition at line 55 of file filetypesprivate.h.
Referenced by build_get_regex(), build_load_menu(), build_save_menu(), and show_build_commands_dialog().
GeanyBuildCommand* GeanyFiletypePrivate::homeexeccmds |
Definition at line 50 of file filetypesprivate.h.
Referenced by build_load_menu(), build_save_menu(), get_build_group_pointer(), printfcmds(), and show_build_commands_dialog().
GeanyBuildCommand* GeanyFiletypePrivate::homefilecmds |
Definition at line 49 of file filetypesprivate.h.
Referenced by build_load_menu(), build_save_menu(), get_build_group_pointer(), printfcmds(), and show_build_commands_dialog().
gboolean GeanyFiletypePrivate::keyfile_loaded |
Definition at line 35 of file filetypesprivate.h.
Referenced by filetypes_load_config().
gchar* GeanyFiletypePrivate::last_error_pattern |
Definition at line 37 of file filetypesprivate.h.
Referenced by filetypes_parse_error_message().
GtkWidget* GeanyFiletypePrivate::menu_item |
Definition at line 34 of file filetypesprivate.h.
Referenced by create_radio_menu_item(), and filetypes_select_radio_item().
gint GeanyFiletypePrivate::project_list_entry |
Definition at line 53 of file filetypesprivate.h.
Referenced by filetype_new(), remove_foreach_project_filetype(), and update_config().
gchar* GeanyFiletypePrivate::projerror_regex_string |
Definition at line 54 of file filetypesprivate.h.
Referenced by build_get_regex(), build_load_menu(), build_read_project(), remove_foreach_project_filetype(), and save_project_filetype().
GeanyBuildCommand* GeanyFiletypePrivate::projexeccmds |
Definition at line 52 of file filetypesprivate.h.
Referenced by build_load_menu(), get_build_group_pointer(), printfcmds(), remove_foreach_project_filetype(), and save_project_filetype().
GeanyBuildCommand* GeanyFiletypePrivate::projfilecmds |
Definition at line 51 of file filetypesprivate.h.
Referenced by build_load_menu(), build_read_project(), get_build_group_pointer(), printfcmds(), remove_foreach_project_filetype(), save_project_filetype(), and update_config().
gint GeanyFiletypePrivate::symbol_list_sort_mode |
Definition at line 39 of file filetypesprivate.h.
Referenced by document_load_config(), and load_settings().
GSList* GeanyFiletypePrivate::tag_files |
Definition at line 41 of file filetypesprivate.h.
Referenced by filetype_free(), init_user_tags(), and load_user_tags().
gboolean GeanyFiletypePrivate::user_extensions |
Definition at line 43 of file filetypesprivate.h.
Referenced by filetypes_detect_from_extension().
gboolean GeanyFiletypePrivate::warn_color_scheme |
Definition at line 42 of file filetypesprivate.h.
Referenced by highlighting_init_styles(), and highlighting_show_color_scheme_dialog().
gboolean GeanyFiletypePrivate::xml_indent_tags |
Definition at line 40 of file filetypesprivate.h.
Referenced by get_indent_size_after_line(), and load_settings().