Hi, latest QScintilla introduced the function setHighlightSubidentifiers() to the Python lexer. According to the docu that affects, whether identifiers defined in keyword set 2 are highlighted or not. However, the Python lexer function keywords() only returns something useful, if the keyword set number is 1. Do I have to implement something special on my own?
Regards, Detlev -- Detlev Offenbach [email protected] _______________________________________________ QScintilla mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
