You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixes
Native textarea editing shortcuts: Up/Down now moves or extends the caret across visual lines, Command+Left/Right uses the current line boundary even through unbroken soft wraps, Command+Up/Down reaches the document boundary, and Command+Z / Command+Shift+Z provides bounded per-editor undo and redo from either the keyboard or macOS Edit menu while keeping controlled TextBuffer models synchronized.
Textarea indentation: spaces typed at the start of an empty line now remain visible and advance the caret under word wrapping.
Textarea pointer selection: Shift-click now extends the selection from the existing caret instead of replacing it.
Textarea line endings: caret movement, deletion, and controlled selections now treat CRLF line endings as one indivisible boundary.