Highlighting when finding text in folded block

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
gwgs
Posts: 87
Joined: Tue Nov 21, 2006 6:30 pm
Location: Auckland

Highlighting when finding text in folded block

Post by gwgs »

sample code:

Code: Select all

1 begin
   abdt
   abkdjk
   sdfjklsd
   sdjklsd
   sfjklsdf
end
fold code:

Code: Select all

 
1 begin ... end
search for text 'abdt'
on first find it opens the folded text, but highlights in this example from the end of 'begin' to the beginning of 'abdt' if you find again it highlights 'abdt' correctly

:)

Grant
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

This will get fixed in the next Zeus patch ;)

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 patch found here: http://www.zeusedit.com/forum/viewtopic.php?p=3976

Cheers Jussi
Post Reply