FIXED: Find/Replace bug

Post bug reports when testing beta versions here.
Post Reply
User avatar
vha
Posts: 1075
Joined: 27 Jun 2007 21:34
Location: Belgium

FIXED: Find/Replace bug

Post 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
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

Re: Find/Replace bug

Post by Rickard Johansson »

Did you mean replace or replace all? Do you know which options you used?
User avatar
vha
Posts: 1075
Joined: 27 Jun 2007 21:34
Location: Belgium

Re: Find/Replace bug

Post by vha »

I used replace all and case sensitive on

vha
User avatar
vha
Posts: 1075
Joined: 27 Jun 2007 21:34
Location: Belgium

Re: Find/Replace bug

Post 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
Attachments
q.zip
(597 Bytes) Downloaded 474 times
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

Re: Find/Replace bug

Post by Rickard Johansson »

The issues are connected to some changes I made to handle mixed line breaks. It's been fixed. Thanks!
Post Reply