[QScintilla] Qscintilla, python QsciLexer

Detlev Offenbach detlev at die-offenbachs.de
Tue Jun 26 18:19:45 BST 2007


On Montag, 25. Juni 2007, Dave Fancella wrote:
> On Monday 25 June 2007 3:03 am, Phil Thompson wrote:
> > On Monday 25 June 2007 5:27 am, Dave Fancella wrote:
> > > All,
> > >
> > > Is it possible to implement a new QsciLexer in python?
> >
> > Yes - but I suspect you are asking the wrong question. QsciLexer is a
> > wrapper around the configuration of a Scintilla lexer - it is not the
> > lexer itself. If your question is really "can I write a new Scintilla
> > lexer in Python", then the answer is no.
>
> Ah, right.  I was asking the first question, not the second.  :)  I already
> saw in the QScintilla docs the answer to the second.  I'm needing an xml
> syntax highlighter and some other things, and am weighing
> QSyntaxHighlighter vs QScintilla, and really wanting QScintilla.
>
> Thanks!
>
> Dave
>
> > Phil
> > _______________________________________________
> > QScintilla mailing list
> > QScintilla at riverbankcomputing.com
> > http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
>
> _______________________________________________
> QScintilla mailing list
> QScintilla at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/qscintilla

The HTML highlighter already handles XML files.

Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de


More information about the QScintilla mailing list