Page 1 of 1

V16.61 - search-and-replace quirk

Posted: 10 Jun 2026 20:26
by DerellLicht1
This issue has actually been occurring for a while now, but haven't gotten around to reporting it until now.
I'm doing an SnR operation within a selected block. No RegEx enabled.
I'm converting tchar.h coding to wchar.h coding... in this case, I'm converting

Code: Select all

_T("whatever"),
to

Code: Select all

L"whatever",
on all lines in the selected block.

To avoid having to review RegEx, I'm doing left side and right side separately.
If you look at the attached images, you can see (in afterSnR.jpg) that the first line or two did not get converted...
The same thing happened when I did the tail end, converting

Code: Select all

"),
to

Code: Select all

",
The first two lines just don't get converted...

Is this a bug, or do I have some setting wrong?