diff -r 942c9c625bc9 -r ffeb85cdc72d QScintilla/Lexers/LexerJava.py --- a/QScintilla/Lexers/LexerJava.py Sat Jun 28 16:26:02 2014 +0200 +++ b/QScintilla/Lexers/LexerJava.py Sun Jun 29 14:00:30 2014 +0200 @@ -86,3 +86,11 @@ @return string giving the keywords (string) or None """ return QsciLexerJava.keywords(self, kwSet) + + def maximumKeywordSet(self): + """ + Public method to get the maximum keyword set. + + @return maximum keyword set (integer) + """ + return 4