-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to select and cut text in the input buffer (#689)
* Add ability to select and cut text in the input buffer * Add visual selection effect * Add SelectMoveWord<Left/Right> command on Shift + Ctrl + Arrow * Add ability to delete selection with EditCommands 'Delete' and 'Backspace' * Make selection an option on every move EditCommand * Add display text for optional 'select' parameter to move EditCommands
- Loading branch information
1 parent
dc27ed8
commit 2f3eb3e
Showing
11 changed files
with
745 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.