Module implementing a Python lexer with some additional methods.
None |
LexerPython | Subclass to implement some additional lexer dependant methods. |
None |
Subclass to implement some additional lexer dependant methods.
None |
None |
LexerPython | Constructor |
autoCompletionWordSeparators | Public method to return the list of separators for autocompletion. |
getIndentationDifference | Private method to determine the difference for the new indentation. |
initProperties | Public slot to initialize the properties. |
isCommentStyle | Public method to check, if a style is a comment style. |
isStringStyle | Public method to check, if a style is a string style. |
None |
Constructor
Public method to return the list of separators for autocompletion.
Private method to determine the difference for the new indentation.
Public slot to initialize the properties.
Public method to check, if a style is a comment style.
Public method to check, if a style is a string style.