Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codemirror/commands
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.8.1
Choose a base ref
...
head repository: codemirror/commands
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.10.0
Choose a head ref
  • 6 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 8, 2025

  1. 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
    marijnh committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    ec02f63 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2025

  1. Configuration menu
    Copy the full SHA
    2ff2e3d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. 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
    marijnh committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    775f8de View commit details
    Browse the repository at this point in the history
  2. Mark version 6.9.0

    marijnh committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    49959cd View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. 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
    marijnh committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    2951cc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Mark version 6.10.0

    marijnh committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    97194a6 View commit details
    Browse the repository at this point in the history
Loading