When I search a word in a file ,the program responds with the number of the page in which the word is located.But the number of page that the program returns is not the actual(real) number of page.An associated file has been attached in order to make myself understandable.In the example I search for the word "boy",the program returns "pag3" where if you check page 3 doesn't contain this word.Actually, the word "boy" is located in page 5.I think that in find option, the pages are numbered again starting from zero.So Page1 in the file is refered as page0 in find option, Page2 in the file is refered as Page1 in the find option and so on.I understand that maybe it's difficult to take the actual numbers of pages but it's a bit confusing.
Also,when the word is found and I press the "Ok" button the program freezes and terminates on its own.
When I search a word in a file ,the program responds with the number of the page in which the word is located.But the number of page that the program returns is not the actual(real) number of page.An associated file has been attached in order to make myself understandable.In the example I search for the word "boy",the program returns "pag3" where if you check page 3 doesn't contain this word.Actually, the word "boy" is located in page 5.I think that in find option, the pages are numbered again starting from zero.So Page1 in the file is refered as page0 in find option, Page2 in the file is refered as Page1 in the find option and so on.I understand that maybe it's difficult to take the actual numbers of pages but it's a bit confusing.
Also,when the word is found and I press the "Ok" button the program freezes and terminates on its own.
Here is the link from where you can get the associated file. http://www.filedropper.com/find
Many thanks to have found these two bugs ;)
I was able to reproduce both. I will fix them very soon.
Keep up your good effort :-)
Fixed in v1.2.1
Now it works fine!