39 Public method to check, if a style is a string style. |
39 Public method to check, if a style is a string style. |
40 |
40 |
41 @return flag indicating a string style (boolean) |
41 @return flag indicating a string style (boolean) |
42 """ |
42 """ |
43 return style in [QsciLexerTeX.Text] |
43 return style in [QsciLexerTeX.Text] |
|
44 |
|
45 def defaultKeywords(self, kwSet): |
|
46 """ |
|
47 Public method to get the default keywords. |
|
48 |
|
49 @param kwSet number of the keyword set (integer) |
|
50 """ |
|
51 return QsciLexerTeX.keywords(self, kwSet) |