id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
3969	mcedit: incorrect syntax highlighting for .c and .cxx files	pelya		"I have found two bugs with highlighting preprocessor commands in .c files in mcedit:

{{{

#endif // preprocessor macro with one-line comment
int code; /* <-- this line is colorized incorrectly */
int code2; /* <-- next line is colorized properly */

/* this preprocessor macro is not colorized,
   when there is whitespace before '#'
   and the next line is not empty */

  #if not_colorized
int code3;

/* this preprocessor macro is colorized properly,
   the next line is empty */

  #if colorized

int code4;
}}}
"	defect	closed	major		mcedit	master	duplicate					no branch	
