[QScintilla] Redefine QSciLexer.wordCharacters() in Python

Andrei Kopats hlamer at tut.by
Tue Feb 28 09:35:14 GMT 2012


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 <phil at riverbankcomputing.com
> wrote:

> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/qscintilla/attachments/20120228/ba27af22/attachment.html>


More information about the QScintilla mailing list