Bug #14110 2008-06-30 13:24

teni

Wrong parenthesis-highlighting when using preprocessor

Simple example

This code leads to wrong highlighting of corresponding "{" and "}" parenthesis although it should be ok:

int myFunnyFunction{

#ifdef WIN32

if(true){

#else

if(false){

#endif

doSomething();

}

}

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