eric7.QScintilla.Lexers.LexerProperties
Module implementing a Properties lexer with some additional methods.
Global Attributes
Classes
LexerProperties |
Subclass to implement some additional lexer dependant methods. |
Functions
LexerProperties
Subclass to implement some additional lexer dependant methods.
Derived from
Lexer, QsciLexerProperties
Class Attributes
Class Methods
Methods
Static Methods
LexerProperties (Constructor)
LexerProperties(parent=None)
Constructor
- parent
-
parent widget of this lexer
LexerProperties.defaultKeywords
defaultKeywords(kwSet)
Public method to get the default keywords.
- kwSet
-
number of the keyword set (integer)
- Return:
-
string giving the keywords (string) or None
LexerProperties.initProperties
initProperties()
Public slot to initialize the properties.
LexerProperties.isCommentStyle
isCommentStyle(style)
Public method to check, if a style is a comment style.
- style
-
style to check (integer)
- Return:
-
flag indicating a comment style (boolean)
LexerProperties.isStringStyle
isStringStyle(style)
createLexer
createLexer(variant="", parent=None)