On Sun, 13 Nov 2011 19:50:23 +0100, Detlev Offenbach <[email protected]> wrote: > 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?
Yes, you have to reimplement keywords() to return something for set 2. Phil _______________________________________________ QScintilla mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
