Module implementing a special QextScintilla lexer to handle the preferences.
PreferencesLexer |
None |
Subclass of QextScintillaLexer to implement preferences specific lexer methods.
PreferencesLexer | Constructor |
color | Reimplemented method to get the colour of a style. |
description | Public method to get a descriptive string for a style. |
eolFill | Reimplemented method to get the eolFill flag for a style. |
font | Reimplemented method to get the font for a style. |
getLexer | Public method to get a reference to the underlying lexer object. |
language | Public method to get the lexers programming language. |
lexer | Public method to get the lexers name. |
paper | Reimplemented method to get the background for a style. |
setColor | Reimplemented method to set the colour for a style. |
setEolFill | Reimplemented method to set the eolFill flag for a style. |
setFont | Reimplemented method to set the font for a style. |
setPaper | Reimplemented method to set the background for a style. |
Constructor
Reimplemented method to get the colour of a style.
Public method to get a descriptive string for a style.
Reimplemented method to get the eolFill flag for a style.
Reimplemented method to get the font for a style.
Public method to get a reference to the underlying lexer object.
Public method to get the lexers programming language.
Public method to get the lexers name.
Reimplemented method to get the background for a style.
Reimplemented method to set the colour for a style.
Reimplemented method to set the eolFill flag for a style.
Reimplemented method to set the font for a style.
Reimplemented method to set the background for a style.