in search function, finding next will skip the target letter on the current page and jump to the next page then highlight by the position of some "finded letter" #74
v0.1.31 in windows system
step1 type "a" in the search input window and it find "a" at line 1
step2 reposition the cursor and click "find next button"
step3 it skip the "a" at line 1 and highlight the "a" at line 2 directly
step4 reposition the cursor again and click "find next button"
step5 it skip the "a" in the current page(page1) and highlight the "9" in the next page(page2)
step6 click the "find previous button" twice, it jump to page 1 and highlight the "8" in page 1
v0.1.31 in windows system step1 type "a" in the search input window and it find "a" at line 1 step2 reposition the cursor and click "find next button" step3 it skip the "a" at line 1 and highlight the "a" at line 2 directly step4 reposition the cursor again and click "find next button" step5 it skip the "a" in the current page(page1) and highlight the "9" in the next page(page2) step6 click the "find previous button" twice, it jump to page 1 and highlight the "8" in page 1