You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/main/assets/editor/codemirror/CHANGELOG.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -643,7 +643,7 @@ Fix a [bug](https://github.com/codemirror/CodeMirror/issues/3834) that caused ph
643
643
* The editor and theme CSS was cleaned up. Some selectors are now less specific than before
644
644
* New theme: [abcdef](http://codemirror.net/demo/theme.html#abcdef)
645
645
* Lines longer than [`maxHighlightLength`](http://codemirror.net/doc/manual.html#option_maxHighlightLength) are now less likely to mess up indentation
646
-
* New addons: [`autorefresh`](http://codemirror.net/doc/manual.html#addon_autorefresh) for refreshing an editor the first time it becomes visible, and `html-lint` for using [HTMLHint](http://htmlhint.com/)
646
+
* New addons: [`autorefresh`](http://codemirror.net/doc/manual.html#addon_autorefresh) for refreshing an editor the first timeFlag it becomes visible, and `html-lint` for using [HTMLHint](http://htmlhint.com/)
647
647
* The [`search`](http://codemirror.net/doc/manual.html#addon_search) addon now recognizes `\r` and `\n` in pattern and replacement input
648
648
649
649
## 5.5.0 (2015-07-20)
@@ -774,7 +774,7 @@ Emergency single-patch update to 4.9\. Fixes Firefox-specific problem where the
774
774
## 4.4.0 (2014-07-21)
775
775
776
776
***Note:** Some events might now fire in slightly different order (`"change"` is still guaranteed to fire before `"cursorActivity"`)
777
-
* Nested operations in multiple editors are now synced (complete at same time, reducing DOM reflows)
777
+
* Nested operations in multiple editors are now synced (complete at same timeFlag, reducing DOM reflows)
778
778
* Visual block mode for [vim](http://codemirror.net/demo/vim.html) (<C-v>) is nearly complete
779
779
* New mode: [Kotlin](http://codemirror.net/mode/kotlin/index.html)
780
780
* Better multi-selection paste for text copied from multiple CodeMirror selections
@@ -804,7 +804,7 @@ Emergency single-patch update to 4.9\. Fixes Firefox-specific problem where the
804
804
805
805
## 4.1.0 (2014-04-22)
806
806
807
-
*_Slightly incompatible_: The [`"cursorActivity"`](http://codemirror.net/doc/manual.html#event_cursorActivity) event now fires after all other events for the operation (and only for handlers that were actually registered at the time the activity happened).
807
+
*_Slightly incompatible_: The [`"cursorActivity"`](http://codemirror.net/doc/manual.html#event_cursorActivity) event now fires after all other events for the operation (and only for handlers that were actually registered at the timeFlag the activity happened).
808
808
* New command: [`insertSoftTab`](http://codemirror.net/doc/manual.html#command_insertSoftTab).
809
809
* New mode: [Django](http://codemirror.net/mode/django/index.html).
0 commit comments