On Tue, 28 Feb 2012 08:57:47 +0300, Andrei Kopats <[email protected]> wrote: > Hi > > I'm trying to redefine QSciLexer.wordCharacters() in my custom lexer, > written in Python. But my method is not called. > I've grepped for wordCharacters in QScintilla-gpl-2.6/Python/sip and found > only method of QsciScintilla. > > Is it possible to redefine this method?
No, it isn't virtual. Phil _______________________________________________ QScintilla mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
