Folding block comment changes format/color of code

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
engicoder
Posts: 10
Joined: Wed May 18, 2011 1:54 pm

Folding block comment changes format/color of code

Post 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
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post 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
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

This issue is now fixed in the latest beta version found here:

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

Cheers Jussi
Post Reply