
The WPF SyntaxEditor control doesn't handle selecting certain UTF-8 chars in C-style strings.
Here are the steps to reproduce:
- Type one of the following strings in the SyntaxEditor component:
- "𝕌𝕟𝕚𝕔𝕠𝕕𝕖"
- "♥"
- Double-click the string literal inside the quotes ("") to create a selection.
- Notice that the editor selects the ending quote (") instead of the string literal itself.
The workaround is to create the selection manually, using the cursor caret.
PS: This is my first bug report, is there a way to subscribe to this bug report, so that I can get notified when or whether this bug will get fixed? Thanks!
[Modified 6 years ago]