Page 1 of 1

FIXED: [10.60b2] Invisible character in replace field

Posted: 18 Aug 2015 08:44
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.

Re: [10.60b2] Invisible character in replace field

Posted: 23 Aug 2015 15:09
by Rickard Johansson
Should work in beta 3.