[QScintilla] Question related to latest QScintilla

Phil Thompson phil at riverbankcomputing.com
Sun Nov 13 18:55:45 GMT 2011


On Sun, 13 Nov 2011 19:50:23 +0100, Detlev Offenbach
<detlev at die-offenbachs.de> 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


More information about the QScintilla mailing list