[16.45] Search issue

Report issues, odd behaviors or submit a detailed bug report.
Post Reply
User avatar
vha
Posts: 1103
Joined: 27 Jun 2007 21:34
Location: Belgium

[16.45] Search issue

Post 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
crtrubshaw
Posts: 367
Joined: 06 Jun 2012 11:08

Re: [16.45] Search issue

Post 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.
Post Reply