There are currently annoying issues with CT_EDIT controls and their click behavior:
1. Double click: The selection behavior should be as follows:
```
if on a letter (\w), select whole word
if else on space, select as many spaces as possible
else select only current character
```
(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}