Bug #18849 2012-12-29 18:02

skorpionx

Wrong text highlighted...

//--Case 1:

#define WITH_SHIFT_TASTE 1

#if WITH_SHIFT_TASTE

#define MENUE_PLUS_MINUS_TASTE 15//This text is highlighted

#else

#define MENUE_PLUS_TASTE 15

#define MENUE_MINUS_TASTE 14

#endif

//-------------------------

//--Case 2:

#define WITH_SHIFT_TASTE (1)

#if WITH_SHIFT_TASTE

#define MENUE_PLUS_MINUS_TASTE 15

#else

#define MENUE_PLUS_TASTE 15 //This text is highlighted !!!

#define MENUE_MINUS_TASTE 14

#endif

//-------------------------

Category
Application::Editor
Group
Platform:Windows
Status
Open
Close date
 
Assigned to