Page 1 of 1

Folding block comment changes format/color of code

Posted: Mon Jun 13, 2011 9:29 pm
by engicoder
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:

Code: Select all

void main()
{
    printf ("Hello World!"); /* Some informative block
                                comment */

    return;
}
Not a big problem, but I don't think its what you intended.

Ben

Posted: Tue Jun 14, 2011 12:31 am
by jussij
Thanks for bug report. Much appreciated ;)
Not a big problem, but I don't think its what you intended.

Definitely a bug and defintiely not what was intended :(

This should be fixed in an upcoming beta release.

Cheers Jussi

Posted: Fri Jun 17, 2011 4:35 am
by jussij
This issue is now fixed in the latest beta version found here:

http://www.zeusedit.com/z300/ze397g-beta.zip

Cheers Jussi