--- a/QScintilla/Lexers/LexerJava.py Sun Mar 17 14:12:00 2019 +0100 +++ b/QScintilla/Lexers/LexerJava.py Sun Mar 17 18:43:46 2019 +0100 @@ -38,7 +38,16 @@ 'middle': ' * ', 'end': ' */' } - + + self.keywordSetDescriptions = [ + self.tr("Primary keywords and identifiers"), + self.tr("Secondary keywords and identifiers"), + self.tr("Documentation comment keywords"), + self.tr("Global classes and typedefs"), + self.tr("Preprocessor definitions"), + self.tr("Task marker and error marker keywords"), + ] + def initProperties(self): """ Public slot to initialize the properties.