Bug with FIND function in long files

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
sfeldner
Posts: 13
Joined: Wed Sep 24, 2008 3:44 pm
Location: Minneapolis, MN USA

Bug with FIND function in long files

Post by sfeldner »

When I look at windows log files (plain text) and I use the FIND function, the window is scrolled to the wrong line. When I click on the Zeus program window (not in the file window) the file is then scrolled to the correct line that had the "hit". If I click find again, a hit on the same screen will work correctly but when the next find is off of the current screen, the window is scrolled to another wrong position. This happens repeatedly through the file and if I return to the beginning, the same wrong lines are consistently displayed again. An important detail here is that the files are large/long (24k -- 180,000 lines). Has/does anyone else see this problem. You can use C:\Windows\WindowsUpdate.log if you want to try it.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

This bug should be fixed in the latest version: http://www.zeusedit.com/zforum/viewforum.php?f=6

Cheers Jussi

PS: Just for your information, what causes problem is the fact that the Windows WM_SCROLL message only has support for 65,536 lines (i.e. 16 bits) and after that Zeus has to restort to a few nasty hacks to work around this Windows limitation :(
Post Reply