On Tue, 28 Feb 2012 12:35:14 +0300, Andrei Kopats <[email protected]> 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 _______________________________________________ QScintilla mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
