FIXED: [10.60b2] Invisible character in replace field

Post bug reports when testing beta versions here.
Post Reply
User avatar
pjj
Posts: 2109
Joined: 13 Oct 2009 13:48
Location: Kraków, Poland

FIXED: [10.60b2] Invisible character in replace field

Post by pjj »

Say, I have this two lines

Code: Select all

one 
two
and I want to join them by removing newline with S&R. I put cursor at the beginning of line 2 and select up to the beginning on line 1. When I hit Ctrl+R, my "search for" field looks like this:

Code: Select all

one¦
Now I hit tab and my "replace" field looks exactly the same. It is highlighted, so I cancel selection with right arrow key; my cursor is now at the end of "replace" field. So far, so good, so now I hit backspace in order to remove newline char and... turns out there's another, invisible char before newline! If I don't remove it, it gets inserted into the line like this:

Code: Select all

one▼two
instead of

Code: Select all

onetwo
ASCII code for this char is 31.
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

Re: [10.60b2] Invisible character in replace field

Post by Rickard Johansson »

Should work in beta 3.
Post Reply