There are currently several annoying issues with CT_EDIT controls and their caret movement behavior:
1. Double click: The selection behavior should be as follows:
```
if on a letter (\w), select whole word
else select as many of the same characters as you can
```
(click on the GIF to view the animation)
{F2309544}
2. Click: when you click on an empty area, it's supposed to take you to the end of the line at the position of the cursor. It takes you to the next line instead.
{F2309550}
3. Ctrl+Left/Right: It jumps too arbitrarily and weird:
{F2309554}