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
FIXED: Find/Replace bug
- Rickard Johansson
- Site Admin
- Posts: 6783
- Joined: 19 Jul 2006 14:29
Re: Find/Replace bug
Did you mean replace or replace all? Do you know which options you used?
Re: Find/Replace bug
I used replace all and case sensitive on
vha
vha
Re: Find/Replace bug
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
- 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
- Attachments
-
- q.zip
- (597 Bytes) Downloaded 700 times
- Rickard Johansson
- Site Admin
- Posts: 6783
- Joined: 19 Jul 2006 14:29
Re: Find/Replace bug
The issues are connected to some changes I made to handle mixed line breaks. It's been fixed. Thanks!