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
[show-hint addon](http://codemirror.net/doc/manual.html#addon_show-hint): Make `fromList` completion strategy act on the current token up to the cursor, rather than the entire token.
18
+
19
+
[markdown mode](http://codemirror.net/mode/markdown/): Fix a regexp with potentially exponental complexity.
20
+
21
+
### New features
22
+
23
+
New theme: [lucario](http://codemirror.net/demo/theme.html#lucario).
<li>Make sure all document-level event handlers are registered on the document that the editor is part of.</li>
37
+
<li>Fix issue that prevented edits whose origin starts with <code>+</code> from being combined in history events for an editor-less document.</li>
38
+
<li><ahref="http://codemirror.net/demo/multiplex.html">multiplex addon</a>: Improve handling of indentation.</li>
39
+
<li><ahref="http://codemirror.net/doc/manual.html#addon_merge">merge addon</a>: Use CSS <code>:after</code> element to style the scroll-lock icon.</li>
40
+
<li><ahref="http://codemirror.net/doc/manual.html#addon_javascript-hint">javascript-hint addon</a>: Don't provide completions in JSON mode.</li>
<li><ahref="http://codemirror.net/doc/manual.html#addon_show-hint">show-hint addon</a>: Make <code>fromList</code> completion strategy act on the current token up to the cursor, rather than the entire token.</li>
43
+
<li><ahref="http://codemirror.net/mode/markdown/">markdown mode</a>: Fix a regexp with potentially exponental complexity.</li>
0 commit comments