[Qt-creator] preprocessor syntax highlight

Roberto Raggi roberto.raggi at trolltech.com
Mon Jan 19 20:18:05 CET 2009


Good catch. The attached patch should fix the issue.

Thanks for reporting it.
ciao robe

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fixes-Expand-the-elif-s-condition.patch
Type: application/octet-stream
Size: 1539 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090119/286a76ce/attachment.obj 
-------------- next part --------------



On Jan 19, 2009, at 7:44 PM, Paulo Jnkml wrote:

> Hi,
>
> in the folowing code:
>
> #ifdef TEST_SOLVE
> //gray from here
>
> #elif TEST_ROOT //also gray here???!!!
> //gray here
>
> #else //normal from here.
>
> #endf
>
> The statement #elif TEST_ROOT shouldn't be grayed out.
> Think someone forgot that case in the highlight grammar or something
> like that.
>
>
> Cheers
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator



More information about the Qt-creator-old mailing list