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
<li>Fix right-click select-all on most browsers.</li>
27
+
<li>Change the way highlighting happens:<br> Saves memory and CPU cycles.<br> <code>compareStates</code> is no longer needed.<br> <code>onHighlightComplete</code> no longer works.</li>
28
+
<li>Integrate mode (Markdown, XQuery, CSS, sTex) tests in central testsuite.</li>
29
+
<li>Add a <ahref="manual.html#version"><code>CodeMirror.version</code></a> property.</li>
30
+
<li>More robust handling of nested modes in <ahref="../demo/formatting.html">formatting</a> and <ahref="../demo/closetag.html">closetag</a> plug-ins.</li>
31
+
<li>Un/redo now preserves <ahref="manual.html#markText">marked text</a> and bookmarks.</li>
32
+
<li><ahref="https://github.com/marijnh/CodeMirror/compare/v2.33...v2.34">Full list</a> of patches.</li>
<li>New <ahref="manual.html#getViewport"><code>getViewPort</code></a> and <ahref="manual.html#option_onViewportChange"><code>onViewportChange</code></a> API.</li>
<li>Fix right-click select-all on most browsers.</li>
418
-
<li>Change the way highlighting happens:<br> Saves memory and CPU cycles.<br> <code>compareStates</code> is no longer needed.<br> <code>onHighlightComplete</code> no longer works.</li>
419
-
<li>Integrate mode (Markdown, XQuery, CSS, sTex) tests in central testsuite.</li>
420
-
<li>Add a <ahref="doc/manual.html#version"><code>CodeMirror.version</code></a> property.</li>
421
-
<li>More robust handling of nested modes in <ahref="demo/formatting.html">formatting</a> and <ahref="demo/closetag.html">closetag</a> plug-ins.</li>
422
-
<li>Un/redo now preserves <ahref="doc/manual.html#markText">marked text</a> and bookmarks.</li>
423
-
<li><ahref="https://github.com/marijnh/CodeMirror/compare/v2.33...v2.34">Full list</a> of patches.</li>
<li>New <ahref="doc/manual.html#getViewport"><code>getViewPort</code></a> and <ahref="doc/manual.html#option_onViewportChange"><code>onViewportChange</code></a> API.</li>
0 commit comments