FIXED: 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

FIXED: 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 one or two lines just don't get converted...

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

I have attached a file rjte.test.cpp, which can be used to analyze this issue.
Attachments
rjte.test.cpp.7z
(590 Bytes) Downloaded 6 times
afterSnR.jpg
afterSnR.jpg (130.94 KiB) Viewed 63 times
User avatar
Rickard Johansson
Site Admin
Posts: 6922
Joined: 19 Jul 2006 14:29

Re: V16.61 - search-and-replace quirk

Post by Rickard Johansson »

Fixed in next release (v16.62). Thanks :)
Post Reply