--- a/QScintilla/Lexers/LexerPOV.py Sun Feb 28 14:33:07 2010 +0000 +++ b/QScintilla/Lexers/LexerPOV.py Sun Feb 28 17:27:35 2010 +0000 @@ -61,3 +61,11 @@ """ return style in [QsciLexerPOV.String, QsciLexerPOV.UnclosedString] + + def defaultKeywords(self, kwSet): + """ + Public method to get the default keywords. + + @param kwSet number of the keyword set (integer) + """ + return QsciLexerPOV.keywords(self, kwSet)