Folding block comment changes format/color of code
Posted: Mon Jun 13, 2011 9:29 pm
Zeus 3.97f Windows 7
'.c' file
When a line code also contains the start of a block comment, folding that line will result in the formating/color of the code to change to that of the block comment:
Example:
Not a big problem, but I don't think its what you intended.
Ben
'.c' file
When a line code also contains the start of a block comment, folding that line will result in the formating/color of the code to change to that of the block comment:
Example:
Code: Select all
void main()
{
printf ("Hello World!"); /* Some informative block
comment */
return;
}
Ben