I checked the latest snapshot.<div><br></div><div>QsciScintilla.wordCharacters is not virtual. But, I want to reimplement QSciLexer.wordCharacters(), which is virtual.</div><div><br></div><div>But, it seems, QSciLexer.wordCharacters() is not binded to Python :-(</div>
<div><br></div><div>Andrei Kopats<br><br><div class="gmail_quote">On Tue, Feb 28, 2012 at 12:18 PM, Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, 28 Feb 2012 08:57:47 +0300, Andrei Kopats <<a href="mailto:hlamer@tut.by">hlamer@tut.by</a>> wrote:<br>
> Hi<br>
><br>
> I'm trying to redefine QSciLexer.wordCharacters() in my custom lexer,<br>
> written in Python. But my method is not called.<br>
> I've grepped for wordCharacters in QScintilla-gpl-2.6/Python/sip and<br>
found<br>
> only method of QsciScintilla.<br>
><br>
> Is it possible to redefine this method?<br>
<br>
No, it isn't virtual.<br>
<span class="HOEnZb"><font color="#888888"><br>
Phil<br>
</font></span></blockquote></div><br></div>