-
Notifications
You must be signed in to change notification settings - Fork 13
Comparing changes
Open a pull request
base repository: codemirror/commands
base: 6.3.2
head repository: codemirror/commands
compare: 6.6.0
- 9 commits
- 5 files changed
- 1 contributor
Commits on Dec 22, 2023
-
Do dispatch selection changes that only differ in cursor associativity
FIX: Fix an issue causing cursor motion commands to not dispatch a transaction when the change only affects cursor associativity.
Configuration menu - View commit details
-
Copy full SHA for b299dc2 - Browse repository at this point
Copy the full SHA b299dc2View commit details
Commits on Dec 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4361eb4 - Browse repository at this point
Copy the full SHA 4361eb4View commit details
Commits on Apr 12, 2024
-
Fix cursor behavior for deleteLine
FIX: Fix an issue where `deleteLine` sometimes leaves the cursor on the wrong line. See https://discuss.codemirror.net/t/inconsistent-behaviour-when-deleting-wrapped-lines/8119
Configuration menu - View commit details
-
Copy full SHA for 19491af - Browse repository at this point
Copy the full SHA 19491afView commit details
Commits on Apr 17, 2024
-
Add deleteCharBackwardStrict commands
FEATURE: The new `deleteCharBackwardStrict` command just deletes a character, without further smart behavior around indentation. See https://discuss.codemirror.net/t/indentation-using-spaces-should-remove-single-space-on-backspace/8072
Configuration menu - View commit details
-
Copy full SHA for 8c7d3d9 - Browse repository at this point
Copy the full SHA 8c7d3d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f999611 - Browse repository at this point
Copy the full SHA f999611View commit details
Commits on Apr 19, 2024
-
Add insertNewlineKeepIndent command
FEATURE: The `insertNewlineKeepIndent` command inserts a newline along with the same indentation as the line before. Issue codemirror/dev#1370
Configuration menu - View commit details
-
Copy full SHA for 6a9d016 - Browse repository at this point
Copy the full SHA 6a9d016View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d54506 - Browse repository at this point
Copy the full SHA 4d54506View commit details
Commits on Jun 4, 2024
-
Add toggleTabFocusMode and temporarilySetTabFocusMode commands
FEATURE: The new `toggleTabFocusMode` and `temporarilySetTabFocusMode` commands provide control over the view's tab-focus mode. FEATURE: The default keymap now binds Ctrl-m (Shift-Alt-m on macOS) to `toggleTabFocusMode`.
Configuration menu - View commit details
-
Copy full SHA for b98e9c7 - Browse repository at this point
Copy the full SHA b98e9c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99bc904 - Browse repository at this point
Copy the full SHA 99bc904View 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.3.2...6.6.0