FIXED? [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

FIXED? [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: 371
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.
crtrubshaw
Posts: 371
Joined: 06 Jun 2012 11:08

Re: [16.45] Search issue

Post by crtrubshaw »

Bump...
User avatar
Rickard Johansson
Site Admin
Posts: 6844
Joined: 19 Jul 2006 14:29

Re: [16.45] Search issue

Post by Rickard Johansson »

I could only reproduce this with regex searches. It's been fixed in next release (v16.50). Thanks!
Post Reply