Page 1 of 1

[16.45] Search issue

Posted: 23 Sep 2025 14:58
by vha
- have following text

Code: Select all

aaa
bbb
ccc
- cursor at the end of "ccc"
- CTRL-F, text to search: aaa
-> popup: "Could not find the string: aaa" although "aaa" is highlighted

Is seems the popup is displayed if the text to find is before the current cursor position in the file


vha

Re: [16.45] Search issue

Posted: 23 Sep 2025 16:11
by crtrubshaw
I confirm this happens with regex searches, the character at line 1 pos 1 is not detected (although highlighted). Given your example, the following searches work okay:

aa
bbb

etc.