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.6.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.7.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 26, 2024

  1. Bind Shift-Enter to insertNewlineAndIndent

    FIX: Bind Shift-Enter to the same command as Enter in the default keymap,
    so that it doesn't do nothing when on an EditContext-supporting browser.
    
    Closes codemirror/dev#1447
    marijnh committed Sep 26, 2024
    1 Configuration menu
    Copy the full SHA
    22d2119 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Add select/cursorCharBackward/ForwardLogical

    FEATURE: Add commands for by-string-index cursor motion that ignores text direction.
    
    See https://discuss.codemirror.net/t/rtl-editor-cant-type-any-thing-after-a-ltr-text-if-its-at-the-end-of-the-line/8688
    marijnh committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7a1cf39 View commit details
    Browse the repository at this point in the history
  2. Mark version 6.7.0

    marijnh committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2be11c5 View commit details
    Browse the repository at this point in the history
Loading