[Qt-creator] 20090122 binary still messes #elif's

Roberto Raggi roberto.raggi at trolltech.com
Fri Jan 23 11:08:07 CET 2009


Hi,

The patch was applied and it should work! By the way try this code

// foo.cpp

#define B           // YOU NEED TO DEFINE B to enable the highlighting  
of the #elif block :-)

#ifdef A
//gray
#elif defined(B) //gray
//gray
#else
#endif


ciao robe


On Jan 23, 2009, at 11:00 AM, Paulo Silva wrote:

> Hi,
> just tried the binary from 20090122 and noticed that the #elif is  
> still grayed out.
>
> #ifdef A
> //gray
> #elif defined(B) //gray
> //gray
> #else
> #endif
>
> How about the previous patch? Still not applied?
>
> 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