#6531
Yutaka Emura
Keymaster

gan wrote:
I often search using the regular expression “^” only and replace with something like “no ” when i want to add “no ” in front of the lines. Starting with Beta 11 the first entry found then the “no ” isn’t added in front of the line, but after the first charater. The rest of the lines is replaced correctly.

So if i have 3 lines like this:
test
test
test

Then search for “^” and replace with “no ” then the result is like this:
tno est
no test
no test

I just installed rc1 and the problem is still present.

Regards
Gan

You are right. I will fix that in RC 2. Thanks!