V16.61 - search-and-replace quirk

Report issues, odd behaviors or submit a detailed bug report.
Post Reply
User avatar
DerellLicht1
Posts: 207
Joined: 23 Jul 2021 17:38
Location: Fremont, CA, USA

V16.61 - search-and-replace quirk

Post 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?
Attachments
before.SnR.jpg
before.SnR.jpg (142.61 KiB) Viewed 11 times
afterSnR.jpg
afterSnR.jpg (130.94 KiB) Viewed 11 times
Post Reply