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.2.5
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.3.2
Choose a head ref
  • 8 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 19, 2023

  1. Make selectParentSyntax able to jump between overlays

    FIX: Make it possible for `selectParentSyntax` to jump out of or into a syntax
    tree overlay.
    marijnh committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e209d2f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Add deleteLineBoundaryForward/Backward, use in macOS bindings

    FEATURE: The new `deleteLineBoundaryForward` and `deleteLineBoundaryBackward` commands
    delete to the start/end of the line or the next line wrapping point.
    
    FIX: Make Cmd-Backspace and Cmd-Delete on macOS delete to the next line wrap point, not
    the start/end of the line.
    
    Closes codemirror/dev#1269
    marijnh committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3ec7f7f View commit details
    Browse the repository at this point in the history
  2. Mark version 6.3.0

    marijnh committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    b6d5695 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Store selection after undone change with redo events

    FIX: When undoing, store the selection after the undone change with the redo
    event, so that redoing restores it.
    
    Closes codemirror/dev#1286
    marijnh committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    e27916c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Skip variant selectors in deleteCharBackward

    FIX: `deleteCharBackward` will no longer delete variant selector characters
    as separate characters.
    
    See https://discuss.codemirror.net/t/backspace-on-some-multi-codepoint-glyphs-deletes-characters-separately/7403
    marijnh committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    fd8055b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Mark version 6.3.1

    marijnh committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    de16f6b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Fix regression in deleteCharBackward

    FIX: Fix a regression that caused `deleteCharBackward` to sometimes
    delete a large chunk of text.
    
    See https://discuss.codemirror.net/t/backspace-on-some-multi-codepoint-glyphs-deletes-characters-separately/7403
    marijnh committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    27970fd View commit details
    Browse the repository at this point in the history
  2. Mark version 6.3.2

    marijnh committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1f6d613 View commit details
    Browse the repository at this point in the history
Loading