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.3.2
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.6.0
Choose a head ref
  • 9 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 22, 2023

  1. 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.
    marijnh committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b299dc2 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Mark version 6.3.3

    marijnh committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    4361eb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. 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
    marijnh committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    19491af View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. 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
    marijnh committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    8c7d3d9 View commit details
    Browse the repository at this point in the history
  2. Mark version 6.4.0

    marijnh committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f999611 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Add insertNewlineKeepIndent command

    FEATURE: The `insertNewlineKeepIndent` command inserts a newline along
    with the same indentation as the line before.
    
    Issue codemirror/dev#1370
    marijnh committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6a9d016 View commit details
    Browse the repository at this point in the history
  2. Mark version 6.5.0

    marijnh committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    4d54506 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. 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`.
    marijnh committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b98e9c7 View commit details
    Browse the repository at this point in the history
  2. Mark version 6.6.0

    marijnh committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    99bc904 View commit details
    Browse the repository at this point in the history
Loading