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
Version 6.8.1
### Bug fixes
Fix an issue where creating a comment for a line that starts an inner language would use the comment style from the outer language.
Version 6.7.0
### Bug fixes
Bind Shift-Enter to the same command as Enter in the default keymap, so that it doesn't do nothing when on an EditContext-supporting browser.
### New features
Add commands for by-string-index cursor motion that ignores text direction.
Version 6.6.2
### Bug fixes
Fix an issue causing `selectParentSyntax` to not select syntax that is a direct child of the top node.
Make `selectParentSyntax` return false when it doesn't change the selection.
Version 6.6.1
### Bug fixes
Fix a bug in the undo history that would cause it to incorrectly track inverted effects when adding multiple edits to a single history event.
Version 6.6.0
### New features
The new `toggleTabFocusMode` and `temporarilySetTabFocusMode` commands provide control over the view's tab-focus mode.
The default keymap now binds Ctrl-m (Shift-Alt-m on macOS) to `toggleTabFocusMode`.
Version 6.4.0
### Bug fixes
Fix an issue where `deleteLine` sometimes leaves the cursor on the wrong line.
### New features
The new `deleteCharBackwardStrict` command just deletes a character, without further smart behavior around indentation.
Version 6.3.3
### Bug fixes
Fix an issue causing cursor motion commands to not dispatch a transaction when the change only affects cursor associativity.