I checked the latest snapshot.

QsciScintilla.wordCharacters is not virtual. But, I want to
reimplement QSciLexer.wordCharacters(), which is virtual.

But, it seems, QSciLexer.wordCharacters() is not binded to Python :-(

Andrei Kopats

On Tue, Feb 28, 2012 at 12:18 PM, Phil Thompson <[email protected]
> wrote:

> 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

Reply via email to