On Monday 10 January 2005 15:38, yawber wrote: > If I was writing a Qt app in C++ which used QScintilla, I could just go > ahead and sub-class QextScintillaLexer without any problems. But because > I'm a Python programmer using QScintilla via PyQt, I can't.
PyQt includes a sip binding for QextScintillaLexer (and subclasses), meaning it can be imported into a Python program and subclassed. I'm not sure of the mechanics of getting this to work with the rest of QScintilla, but it looks like it should be possible. Jim _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
