Small bug in 8.0.1: when searching for text, find next can sometimes search backwards

Claus Pedersen

Member³
I have the following text in an editor:
Code:
123

456
789

I search for 456 using Ctrl-F and the cursor will be placed at line 3.
I now write 1456 at line 2 (the cursor is placed just after 1456) and presses Ctrl-L (find next). The search is now performed backwards and the 456 before the cursor at line 2 is marked. When I manually place the cursor after the line with 1456, Ctrl-L will correctly go to line 3.
Just a detail, but may indicate offset problems when searching.
 
Back
Top