--- a/QScintilla/Lexers/Lexer.py Sat Jun 28 16:26:02 2014 +0200 +++ b/QScintilla/Lexers/Lexer.py Sun Jun 29 14:00:30 2014 +0200 @@ -226,6 +226,16 @@ else: return self.defaultKeywords(kwSet) + def maximumKeywordSet(self): + """ + Public method to get the maximum keyword set. + + Note: A return value of 0 indicates to determine this dynamically. + + @return maximum keyword set (integer) + """ + return 0 + def lexerName(self): """ Public method to return the lexer name.