bug description:
when the search result is empty, if user double click the search result window, then the NPP would just crash right away.
root cause:
in FindReplaceDlg.cpp(line 399) the code doesn't check if the search result is empty
fix:
check to see if the result is empty before proceed.
Hope somebody see this and check it in
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
bug description:
when the search result is empty, if user double click the search result window, then the NPP would just crash right away.
root cause:
in FindReplaceDlg.cpp(line 399) the code doesn't check if the search result is empty
fix:
check to see if the result is empty before proceed.
Hope somebody see this and check it in
Next npp release won't have this problem. The search in files feature will be very different.
Hi Imgen,
Thanks for your report. It will be fixed shortly.