--- a/QScintilla/Lexers/LexerTeX.py Sun Feb 28 14:33:07 2010 +0000 +++ b/QScintilla/Lexers/LexerTeX.py Sun Feb 28 17:27:35 2010 +0000 @@ -41,3 +41,11 @@ @return flag indicating a string style (boolean) """ return style in [QsciLexerTeX.Text] + + def defaultKeywords(self, kwSet): + """ + Public method to get the default keywords. + + @param kwSet number of the keyword set (integer) + """ + return QsciLexerTeX.keywords(self, kwSet)