50 Public method to check, if a style is a string style. |
50 Public method to check, if a style is a string style. |
51 |
51 |
52 @return flag indicating a string style (boolean) |
52 @return flag indicating a string style (boolean) |
53 """ |
53 """ |
54 return style in [QsciLexerTCL.QuotedString] |
54 return style in [QsciLexerTCL.QuotedString] |
|
55 |
|
56 def defaultKeywords(self, kwSet): |
|
57 """ |
|
58 Public method to get the default keywords. |
|
59 |
|
60 @param kwSet number of the keyword set (integer) |
|
61 """ |
|
62 return QsciLexerTCL.keywords(self, kwSet) |