Page 1 of 1

Fold/Unfold Current line Bug??

Posted: Wed Jan 23, 2008 9:53 pm
by sudleyplace
Using Zeus for Windows version 3.96m, given the following snippet in C (with line #s):

1. if (rank > 2)
2. {
3. ErrorReport ();
4. foo ();
5. }
6.
7. //Comment

With the cursor on line 7 (highlighted), when I fold the if statement, it shows

1. if (rank > 2)
2. { ... }
6.
7. // Comment

with line 7 still highlighted.

When I unfold the if statement, the lines are displayed as in the first example, but now line 4 is highlighted.

Is this expected behavior or a bug?

Posted: Wed Jan 23, 2008 10:20 pm
by jussij
Is this expected behavior or a bug?
I would say it's a bug :(

I'll look to have it fixed in the next Zeus patch due out shortly ;)

Cheers Jussi

Posted: Thu Jan 31, 2008 3:46 am
by jussij
This bug has been fixed in the latest Zeus patch, found here: http://www.zeusedit.com/forum/viewtopic.php?p=3234

Cheers Jussi