Page 1 of 1

FIXED: Find/Replace bug

Posted: 13 Apr 2015 09:24
by vha
using 10.23b3

That past hour I had 2 Find/Replaces that went totally wrong (wrong text replaced with what was specified in the Replace). Undo could not undo what the Find/Replace messed up

Trying to reproduce but have not found how to yet


vha

Re: Find/Replace bug

Posted: 13 Apr 2015 16:45
by Rickard Johansson
Did you mean replace or replace all? Do you know which options you used?

Re: Find/Replace bug

Posted: 13 Apr 2015 16:54
by vha
I used replace all and case sensitive on

vha

Re: Find/Replace bug

Posted: 14 Apr 2015 13:04
by vha
How to reproduce the bug:

- Open attached file
- Select lines 27 till 31 included
- CTRL-R: find "entry", replace "ENTRY", Selection, Case sensitive
- Replace all

--> entry is replaced on lines 28,30 and 32
--> line 27 is not replaced, line 32 was outside the selected text

remark that the newline format of the file is UNIX (LF)

And another bug with this file:
- Open the file
- CTRL-A
- DEL
- CTRL-Z

-> list index out of bounds (1)


vha

Re: Find/Replace bug

Posted: 14 Apr 2015 13:23
by Rickard Johansson
The issues are connected to some changes I made to handle mixed line breaks. It's been fixed. Thanks!