Fold/Unfold Current line Bug??

This forum should be used for all code folding problems, questions or suggestions. You can also use this forum to request folding support for a new language.
Post Reply
sudleyplace
Posts: 8
Joined: Wed Jan 23, 2008 9:19 pm

Fold/Unfold Current line Bug??

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

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

Post 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
Post Reply