V16.61 - search-and-replace quirk
Posted: 10 Jun 2026 20:26
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 to
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 to
The first two lines just don't get converted...
Is this a bug, or do I have some setting wrong?
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"),Code: Select all
L"whatever",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
"),Code: Select all
",Is this a bug, or do I have some setting wrong?