[QScintilla] Re: QScintilla feature request (minor change)
Detlev Offenbach
detlev at die-offenbachs.de
Mon Nov 17 21:07:40 GMT 2008
Hi,
that would be fine with me. When can I get this because I am currently in the
process of writing a custom lexer for Django template highlighting (got a few
requests for that and didn't find a suitable way until last weekend). Even an
oldie like me has to learn new stuff ;-)
Regards,
Detlev
On Montag, 17. November 2008, Phil Thompson wrote:
> On Mon, 17 Nov 2008 21:39:21 +0100, Detlev Offenbach
>
> <detlev at die-offenbachs.de> wrote:
> > Hi Phil,
> >
> > can you please change line 2683 of qsciscintilla.cpp
> > ("SendScintilla(SCI_SETLEXERLANGUAGE, lex->lexer());") to read
> >
> > if (qstrcmp(lex->lexer(), "container") == 0)
> > {
> > SendScintilla(SCI_SETLEXER, SCLEX_CONTAINER);
> > } else {
> > SendScintilla(SCI_SETLEXERLANGUAGE, lex->lexer());
> > }
> >
> > That makes attaching a custom lexer much, much easier and works for me
>
> over
>
> > here.
>
> I'll add the requirement to the TODO list, but not that implementation. I'd
> rather have an QsciLexerContainer class, maybe with extra stuff that would
> make it easier to write custom lexers.
>
> Phil
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the QScintilla
mailing list