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>Add <ahref="../mode/perl/index.html">Perl</a>, <ahref="../mode/rust/index.html">Rust</a>, <ahref="../mode/tiddlywiki/index.html">TiddlyWiki</a>, and <ahref="../mode/groovy/index.html">Groovy</a> modes.</li>
22
+
<li>Dragging text inside the editor now moves, rather than copies.</li>
23
+
<li>Add a <ahref="manual.html#coordsFromIndex"><code>coordsFromIndex</code></a> method.</li>
24
+
<li><strong>API change</strong>: <code>setValue</code> now no longer clears history. Use <ahref="manual.html#clearHistory"><code>clearHistory</code></a> for that.</li>
25
+
<li><strong>API change</strong>: <ahref="manual.html#markText"><code>markText</code></a> now
26
+
returns an object with <code>clear</code> and <code>find</code>
27
+
methods. Marked text is now more robust when edited.</li>
28
+
<li>Fix editing code with tabs in Internet Explorer.</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>
<li>Add <ahref="mode/perl/index.html">Perl</a>, <ahref="mode/rust/index.html">Rust</a>, <ahref="mode/tiddlywiki/index.html">TiddlyWiki</a>, and <ahref="mode/groovy/index.html">Groovy</a> modes.</li>
439
-
<li>Dragging text inside the editor now moves, rather than copies.</li>
440
-
<li>Add a <ahref="doc/manual.html#coordsFromIndex"><code>coordsFromIndex</code></a> method.</li>
441
-
<li><strong>API change</strong>: <code>setValue</code> now no longer clears history. Use <ahref="doc/manual.html#clearHistory"><code>clearHistory</code></a> for that.</li>
442
-
<li><strong>API change</strong>: <ahref="doc/manual.html#markText"><code>markText</code></a> now
443
-
returns an object with <code>clear</code> and <code>find</code>
444
-
methods. Marked text is now more robust when edited.</li>
445
-
<li>Fix editing code with tabs in Internet Explorer.</li>
0 commit comments