[QScintilla] Redefine QSciLexer.wordCharacters() in Python

Phil Thompson phil at riverbankcomputing.com
Tue Feb 28 10:09:54 GMT 2012


On Tue, 28 Feb 2012 12:35:14 +0300, Andrei Kopats <hlamer at tut.by> wrote:
> 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 :-(

...because it is internal, not part of the public API.

Phil


More information about the QScintilla mailing list