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 | PyQt5 Qsci Qt QtCore QtDBus QtDesigner QtGui QtHelp QtLocation QtMacExtras QtMultimedia QtMultimediaWidgets QtNetwork QtNetworkAuth QtNfc QtOpenGL QtPositioning QtPrintSupport QtQml QtQuick QtQuickWidgets QtRemoteObjects QtSensors QtSerialPort QtSql QtSvg QtTest QtWebChannel QtWebEngine QtWebEngineCore QtWebEngineWidgets QtWebSockets QtWidgets QtWinExtras QtX11Extras QtXml QtXmlPatterns sip QtWebKit QtWebKitWidgets |
autoCompletionWordSeparators | Public method to return the list of separators for autocompletion. |
defaultKeywords | Public method to get the default keywords. |
getIndentationDifference | Public 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. |
language | Public method to get the lexer language. |
maximumKeywordSet | Public method to get the maximum keyword set. |
None |
PyQt5 Qsci Qt QtCore QtDBus QtDesigner QtGui QtHelp QtLocation QtMacExtras QtMultimedia QtMultimediaWidgets QtNetwork QtNetworkAuth QtNfc QtOpenGL QtPositioning QtPrintSupport QtQml QtQuick QtQuickWidgets QtRemoteObjects QtSensors QtSerialPort QtSql QtSvg QtTest QtWebChannel QtWebEngine QtWebEngineCore QtWebEngineWidgets QtWebSockets QtWidgets QtWinExtras QtX11Extras QtXml QtXmlPatterns sip QtWebKit QtWebKitWidgets
Public method to return the list of separators for autocompletion.
Public method to get the default keywords.
Public 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.
Public method to get the lexer language.
Public method to get the maximum keyword set.