[QScintilla] Highlight behavior

Samuel Nascimento Pagliarini snpagliarini at gmail.com
Thu Jul 15 17:47:29 BST 2010


It works now!

Thanks Phil!

2010/7/15 Phil Thompson <phil at riverbankcomputing.com>:
> On Wed, 14 Jul 2010 17:50:17 -0300, Samuel Nascimento Pagliarini
> <snpagliarini at gmail.com> wrote:
>> All keywords are white. And yes, I tried this:
>>
>> lex->setColor(QColor("darkRed"), QsciLexerVerilog::Keyword);
>>
>> and that:
>>
>> lex->setDefaultColor(QColor("red"));
>>
>> Is it really necessary do sub-class the lexer?
>
> It's a bug - fixed in tonight's snapshot. A patch is attached.
>
> Thanks,
> Phil


More information about the QScintilla mailing list