Skip to content

Caret movement improved, ability to move rectangular selection to left and right - #453

Open
reejk wants to merge 1 commit into
icsharpcode:masterfrom
reejk:move-caret-and-selection
Open

Caret movement improved, ability to move rectangular selection to left and right#453
reejk wants to merge 1 commit into
icsharpcode:masterfrom
reejk:move-caret-and-selection

Conversation

@reejk

@reejk reejk commented Aug 20, 2026

Copy link
Copy Markdown

Overall, cursor movement and rectangular selection are now more consistent with other text editors.

  • When pressing Left or Right caret will be moved to edge of selection as in any other text editor;
  • When pressing Left or Right with rectangular selection it shrinks to zero width on expected side as in Rider or VS Code;
  • When pressing Left or Right with zero-width rectangular selection it moves to specified direction;
  • Escape key bound to ClearSelection as in Rider and VS Code.

…t and right

- When pressing Left or Right caret will be moved to edge of selection as in any other text editor;
- When pressing Left or Right with rectangular selection it shrinks to zero width on expected side as in Rider or VS Code;
- When pressing Left or Right with zero-width rectangular selection it moves to specified direction;
- Escape key bound to ClearSelection as in Rider and VS Code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant