[QScintilla] Redefine QSciLexer.wordCharacters() in Python

Phil Thompson phil at riverbankcomputing.com
Tue Feb 28 09:18:59 GMT 2012


On Tue, 28 Feb 2012 08:57:47 +0300, Andrei Kopats <hlamer at tut.by> 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


More information about the QScintilla mailing list