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.2
Choose a head ref
  • 16 commits
  • 8 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

Commits on Dec 1, 2025

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

Commits on Dec 9, 2025

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

Commits on Dec 17, 2025

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

    marijnh committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    42bc68c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

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

Commits on Dec 30, 2025

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

Commits on Jan 20, 2026

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

Commits on Feb 3, 2026

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

Commits on Feb 6, 2026

  1. 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
    marijnh committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    beecd58 View commit details
    Browse the repository at this point in the history
  2. Mark version 6.10.2

    marijnh committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    dbae3a1 View commit details
    Browse the repository at this point in the history
Loading