-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Comparing changes
Open a pull request
base repository: codemirror/codemirror5
base: 5.57.0
head repository: codemirror/codemirror5
compare: 5.58.1
- 19 commits
- 23 files changed
- 5 contributors
Commits on Aug 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4105e36 - Browse repository at this point
Copy the full SHA 4105e36View commit details
Commits on Aug 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 75f2001 - Browse repository at this point
Copy the full SHA 75f2001View commit details
Commits on Aug 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 62d84ab - Browse repository at this point
Copy the full SHA 62d84abView commit details -
Don't default vim demo to contenteditable
That option was apparently left over from a debugging session
Configuration menu - View commit details
-
Copy full SHA for 6fcc49d - Browse repository at this point
Copy the full SHA 6fcc49dView commit details
Commits on Sep 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 63ab616 - Browse repository at this point
Copy the full SHA 63ab616View commit details
Commits on Sep 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b584546 - Browse repository at this point
Copy the full SHA b584546View commit details
Commits on Sep 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 147a2f9 - Browse repository at this point
Copy the full SHA 147a2f9View commit details -
Fix bug causing a deleted editor to continue believing it had focus
Which kept the cursor blink and input poll intervals alive, leaking memory. Closes #6410
Configuration menu - View commit details
-
Copy full SHA for 2250b4a - Browse repository at this point
Copy the full SHA 2250b4aView commit details
Commits on Sep 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fd2e322 - Browse repository at this point
Copy the full SHA fd2e322View commit details -
Add vim emulation support for
gnandgN.If we are given the following snippet of text: ``` A green green sky. _ ``` We can search for the word "green" with `/green`, and then use `gn` to select the next occurrence of "green" in visual mode. ``` A green green sky. ----- ``` Alternatively, we can use `cgn` and then enter the word "blue" to change the word "green" to "blue". ``` A blue green sky. ``` Then we can use the `.` operator to repeat the change: ``` A blue blue sky. ``` Addresses #3851.
Configuration menu - View commit details
-
Copy full SHA for b6da8bf - Browse repository at this point
Copy the full SHA b6da8bfView commit details
Commits on Sep 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for db719a2 - Browse repository at this point
Copy the full SHA db719a2View commit details
Commits on Sep 17, 2020
-
[lint addon] Use separate CSS classes for common lint styles
This changes lint.css to be less reliant on the predefined severities (error and warning), in turn making it easier to define custom ones. Now all that needs to be done in order to define a new severity, e.g. `note`, is to add the following CSS: ```css /* underline */ .CodeMirror-lint-mark-note { background-image: ...; } /* icon */ .CodeMirror-lint-marker-note, .CodeMirror-lint-message-note { background-image: ...; } ``` Previously, it was necessary to copy many styles that were only available under the `CodeMirror-lint-*-error` and `CodeMirror-lint-*-warning` classes.Configuration menu - View commit details
-
Copy full SHA for 18aa69e - Browse repository at this point
Copy the full SHA 18aa69eView commit details
Commits on Sep 20, 2020
-
[lint addon] Put error CSS after warning
By swapping the CSS rules, the error rules take priority in case there are markers with both severities on the same token. That token is now underlined red instead of yellow, making it consistent with how errors take priority in the gutter.
Configuration menu - View commit details
-
Copy full SHA for 376c0d9 - Browse repository at this point
Copy the full SHA 376c0d9View commit details -
Set the readonly attribute on the hidden textarea when the editor is …
…read-only This prevents cut/paste from showing up in the context menu on Chrome (but doesn't help on Firefox). Closes #6418
Configuration menu - View commit details
-
Copy full SHA for 66a96a5 - Browse repository at this point
Copy the full SHA 66a96a5View commit details
Commits on Sep 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7b63084 - Browse repository at this point
Copy the full SHA 7b63084View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76590dc - Browse repository at this point
Copy the full SHA 76590dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c74a1ca - Browse repository at this point
Copy the full SHA c74a1caView commit details
Commits on Sep 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ca046d7 - Browse repository at this point
Copy the full SHA ca046d7View commit details
Commits on Sep 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1c60749 - Browse repository at this point
Copy the full SHA 1c60749View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5.57.0...5.58.1