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)  

StyleSet Struct Reference
Collaboration diagram for StyleSet:
[legend]

Public Attributes

gsize count
 
GeanyLexerStylestyling
 
gchar ** keywords
 
gchar * wordchars
 
gchar ** property_keys
 
gchar ** property_values
 

Detailed Description

Definition at line 62 of file highlighting.c.

Member Data Documentation

◆ count

gsize StyleSet::count

Definition at line 64 of file highlighting.c.

Referenced by free_styleset().

◆ keywords

gchar** StyleSet::keywords

◆ property_keys

gchar** StyleSet::property_keys

Definition at line 68 of file highlighting.c.

Referenced by free_styleset(), highlighting_set_styles(), and read_properties().

◆ property_values

gchar** StyleSet::property_values

Definition at line 69 of file highlighting.c.

Referenced by free_styleset(), highlighting_set_styles(), and read_properties().

◆ styling

GeanyLexerStyle* StyleSet::styling

Definition at line 65 of file highlighting.c.

Referenced by free_styleset(), and styleset_init_from_mapping().

◆ wordchars

gchar* StyleSet::wordchars

Definition at line 67 of file highlighting.c.

Referenced by free_styleset(), and set_character_classes().


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