ui
ui copied to clipboard
Better multiline textbox cursor movement using the keyboard
Greatly improved the cursor movement using the keyboard in multiline textboxes. Support for:
- quickly jumping over words (ctrl + direction)
- quickly selecting words (ctrl + shift + direction)
- deleting entire words using the delete key (ctrl + delete)
This also fixes a crash when pressing delete at the end of the text.