QScintilla/Lexers/LexerPOV.py

changeset 130
fcce4cc20d95
parent 13
1af94a91f439
child 167
7508e44f4853
equal deleted inserted replaced
129:3bc474738bf3 130:fcce4cc20d95
59 59
60 @return flag indicating a string style (boolean) 60 @return flag indicating a string style (boolean)
61 """ 61 """
62 return style in [QsciLexerPOV.String, 62 return style in [QsciLexerPOV.String,
63 QsciLexerPOV.UnclosedString] 63 QsciLexerPOV.UnclosedString]
64
65 def defaultKeywords(self, kwSet):
66 """
67 Public method to get the default keywords.
68
69 @param kwSet number of the keyword set (integer)
70 """
71 return QsciLexerPOV.keywords(self, kwSet)

eric ide

mercurial