Module implementing a Python lexer with some additional methods.
| LexerPython | Subclass to implement some additional lexer dependant methods. |
| None |
Subclass to implement some additional lexer dependant methods.
| LexerPython | Constructor |
| getIndentationDifference | Private method to determine the difference for the new indentation. |
| initProperties | Public slot to initialize the properties. |
Constructor
Private method to determine the difference for the new indentation.
Public slot to initialize the properties.