Bug #17900 2011-02-01 13:22

atreyas

Comments within a macro conflict in syntax highlighting

Comments within a macro are considered as end of macro and the syntax highlighting marks subsequent text in non-macro color.

e.g.

[code]

#define LISTOFVARS() \

int type; /*type of data*/ \

char name; /*name of data*/ \

int size; /*size of data*/

[/code]

The above code will compile correctly, but the highlighting shows macro ending on line 2 (after int type;)

Please rectify.

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