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
![]() ![]() |
Public Attributes | |
gsize | count |
GeanyLexerStyle * | styling |
gchar ** | keywords |
gchar * | wordchars |
gchar ** | property_keys |
gchar ** | property_values |
Definition at line 62 of file highlighting.c.
gsize StyleSet::count |
Definition at line 64 of file highlighting.c.
Referenced by free_styleset().
gchar** StyleSet::keywords |
Definition at line 66 of file highlighting.c.
Referenced by free_styleset(), get_keyfile_keywords(), merge_type_keywords(), and styleset_init_from_mapping().
gchar** StyleSet::property_keys |
Definition at line 68 of file highlighting.c.
Referenced by free_styleset(), highlighting_set_styles(), and read_properties().
gchar** StyleSet::property_values |
Definition at line 69 of file highlighting.c.
Referenced by free_styleset(), highlighting_set_styles(), and read_properties().
GeanyLexerStyle* StyleSet::styling |
Definition at line 65 of file highlighting.c.
Referenced by free_styleset(), and styleset_init_from_mapping().
gchar* StyleSet::wordchars |
Definition at line 67 of file highlighting.c.
Referenced by free_styleset(), and set_character_classes().