--- a/QScintilla/Lexers/LexerCPP.py Sun Mar 17 14:12:00 2019 +0100 +++ b/QScintilla/Lexers/LexerCPP.py Sun Mar 17 18:43:46 2019 +0100 @@ -41,6 +41,15 @@ '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"), + ] + ############################################################## ## default sub-style definitions ##############################################################