-
Notifications
You must be signed in to change notification settings - Fork 16
Comparing changes
Open a pull request
base repository: codemirror/commands
base: 6.8.1
head repository: codemirror/commands
compare: 6.10.2
- 16 commits
- 8 files changed
- 1 contributor
Commits on Aug 8, 2025
-
Add addCursorAbove/Below commands
FEATURE: Implement new `addCursorAbove` and `addCursorBelow` commands. Bind them to Mod-Alt-ArrowUp/Down in the default keymap. See https://discuss.codemirror.net/t/command-how-to-implement-add-cursor-above-below/9378
Configuration menu - View commit details
-
Copy full SHA for ec02f63 - Browse repository at this point
Copy the full SHA ec02f63View commit details
Commits on Aug 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2ff2e3d - Browse repository at this point
Copy the full SHA 2ff2e3dView commit details
Commits on Oct 2, 2025
-
Add preventDefault flag to backspace and delete commands
FIX: Prevent the default behavior of backspace and delete keys, to prevent the browser from doing anything creative when there's nothing to delete. See https://discuss.codemirror.net/t/unexpected-behaviour-in-mergeview/9519
Configuration menu - View commit details
-
Copy full SHA for 775f8de - Browse repository at this point
Copy the full SHA 775f8deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49959cd - Browse repository at this point
Copy the full SHA 49959cdView commit details
Commits on Oct 7, 2025
-
Export a deleteGroupForwardWin variant
FEATURE: The new `deleteGroupForwardWin` command provides by-group forward deletion using the Windows convention. See https://discuss.codemirror.net/t/request-for-deletegroupforwardwin-command/9527
Configuration menu - View commit details
-
Copy full SHA for 2951cc0 - Browse repository at this point
Copy the full SHA 2951cc0View commit details
Commits on Oct 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 97194a6 - Browse repository at this point
Copy the full SHA 97194a6View commit details
Commits on Dec 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7d60253 - Browse repository at this point
Copy the full SHA 7d60253View commit details
Commits on Dec 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6b76f57 - Browse repository at this point
Copy the full SHA 6b76f57View commit details
Commits on Dec 17, 2025
-
Properly map the selection in copyLineDown
FIX: Fix a bug where `copyLineDown` would leave the cursor on the wrong line when it was at the start of the line. See https://discuss.codemirror.net/t/issue-with-copylinedown-command/9618
Configuration menu - View commit details
-
Copy full SHA for 7b0a163 - Browse repository at this point
Copy the full SHA 7b0a163View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42bc68c - Browse repository at this point
Copy the full SHA 42bc68cView commit details
Commits on Dec 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a6196d9 - Browse repository at this point
Copy the full SHA a6196d9View commit details
Commits on Dec 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2f99b7b - Browse repository at this point
Copy the full SHA 2f99b7bView commit details
Commits on Jan 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for fe13f95 - Browse repository at this point
Copy the full SHA fe13f95View commit details
Commits on Feb 3, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 0587e5d - Browse repository at this point
Copy the full SHA 0587e5dView commit details
Commits on Feb 6, 2026
-
Use a more reasonable start selection for the inverse of applied hist…
…ory events ... when they have no stored selections after them. FIX: Move the selection to a less surprising place when undoing, moving the selection, redoing, then undoing again. Closes codemirror/dev#1668
Configuration menu - View commit details
-
Copy full SHA for beecd58 - Browse repository at this point
Copy the full SHA beecd58View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbae3a1 - Browse repository at this point
Copy the full SHA dbae3a1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6.8.1...6.10.2