Module implementing a special QextScintilla lexer to handle the preferences.
| PreferencesLexer | Subclass of QsciLexer to implement preferences specific lexer methods. |
| PreferencesLexerError | Class defining a special error for the PreferencesLexer class. |
| PreferencesLexerLanguageError | Class defining a special error for the PreferencesLexer class. |
| None |
Subclass of QsciLexer to implement preferences specific lexer methods.
| PreferencesLexer | Constructor |
| color | Public method to get the colour of a style. |
| description | Public method to get a descriptive string for a style. |
| eolFill | Public method to get the eolFill flag for a style. |
| font | Public method to get the font for a style. |
| language | Public method to get the lexers programming language. |
| paper | Public method to get the background for a style. |
| setColor | Public method to set the colour for a style. |
| setEolFill | Public method to set the eolFill flag for a style. |
| setFont | Public method to set the font for a style. |
| setPaper | Public method to set the background for a style. |
Constructor
Public method to get the colour of a style.
Public method to get a descriptive string for a style.
Public method to get the eolFill flag for a style.
Public method to get the font for a style.
Public method to get the lexers programming language.
Public method to get the background for a style.
Public method to set the colour for a style.
Public method to set the eolFill flag for a style.
Public method to set the font for a style.
Public method to set the background for a style.
Class defining a special error for the PreferencesLexer class.
| PreferencesLexerError | Constructor |
| __repr__ | Private method returning a representation of the exception. |
| __str__ | Private method returning a string representation of the exception. |
Constructor
Private method returning a representation of the exception.
Private method returning a string representation of the exception.
Class defining a special error for the PreferencesLexer class.
| PreferencesLexerLanguageError | Constructor |
Constructor