8000 Tags · codemirror/commands · GitHub
[go: up one dir, main page]

Skip to content
8000

Tags: codemirror/commands

Tags

6.8.1

Toggle 6.8.1's commit message
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.

6.8.0

Toggle 6.8.0's commit message
Version 6.8.0

### New features

The new `cursorGroupForwardWin` and `selectGroupForwardWin` commands implement Windows-style forward motion by group.

6.7.1

Toggle 6.7.1's commit message
Version 6.7.1

### Bug fixes

Change `toggleBlockCommentByLine` to not affect lines with the selection end right at their start.

6.7.0

Toggle 6.7.0's commit message
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.

6.6.2

Toggle 6.6.2's commit message
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.

6.6.1

Toggle 6.6.1's commit message
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.

6.6.0

Toggle 6.6.0's commit message
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`.

6.5.0

Toggle 6.5.0's commit message
Version 6.5.0

### New features

The `insertNewlineKeepIndent` command inserts a newline along with the same indentation as the line before.

6.4.0

Toggle 6.4.0's commit message
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.

6.3.3

Toggle 6.3.3's commit message
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.
0