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?
