View Single Post
Old 09-17-2025, 01:42 PM   #13
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,970
Karma: 6361444
Join Date: Nov 2009
Device: many
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.
KevinH is offline   Reply With Quote