Okay, I have been looking at how I can work around the double-click to select a word in CodeView not removing any quotes ex cept for the most basic sign and double quotes.
The double-click to select a word in CodeView also include smart singe and smart double quotes as part of the word as well as: ‹ › « » ‚ ‘ „ “.
So this is not just an internationalization issue, it is an issue with all forms of smart quotes.
I am hoping that that I can use \w+ in regular expressions for unicode and that I will be able to extract a better attempt at isolating a single word with it upon double-clicking.
If so, I may be able to work around this one as well.
Last edited by KevinH; 09-17-2025 at 01:47 PM.
|