70 """ |
70 """ |
71 return style in [QsciLexerIDL.DoubleQuotedString, |
71 return style in [QsciLexerIDL.DoubleQuotedString, |
72 QsciLexerIDL.SingleQuotedString, |
72 QsciLexerIDL.SingleQuotedString, |
73 QsciLexerIDL.UnclosedString, |
73 QsciLexerIDL.UnclosedString, |
74 QsciLexerIDL.VerbatimString] |
74 QsciLexerIDL.VerbatimString] |
|
75 |
|
76 def defaultKeywords(self, kwSet): |
|
77 """ |
|
78 Public method to get the default keywords. |
|
79 |
|
80 @param kwSet number of the keyword set (integer) |
|
81 """ |
|
82 return QsciLexerIDL.keywords(self, kwSet) |