Skip to content

Commit 77d0472

Browse files
committed
Mark release 2.22
1 parent 69e8ee5 commit 77d0472

File tree

3 files changed

+27
-13
lines changed

3 files changed

+27
-13
lines changed

doc/compress.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ <h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMi
2727
<input type="hidden" id="download" name="download" value="codemirror-compressed.js"/>
2828
<p>Version: <select id="version" onchange="setVersion(this);" style="padding: 1px">
2929
<option value="http://codemirror.net/">HEAD</option>
30+
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.22;f=">2.22</option>
3031
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.21;f=">2.21</option>
3132
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.2;f=">2.2</option>
3233
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.18;f=">2.18</option>

doc/oldrelease.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ <h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMi
1515
<img src="baboon.png" class="logo" alt="logo"/>/* Old release history */
1616

1717
</pre>
18+
<p class="rel">04-07-2011: <a href="http://codemirror.net/codemirror-2.11.zip">Version 2.11</a>:</p>
19+
<ul class="rel-note">
20+
<li>Add a <a href="../mode/scheme/index.html">Scheme mode</a>.</li>
21+
<li>Add a <code>replace</code> method to search cursors, for cursor-preserving replacements.</li>
22+
<li>Make the <a href="../mode/clike/index.html">C-like mode</a> mode more customizable.</li>
23+
<li>Update XML mode to spot mismatched tags.</li>
24+
<li>Add <code>getStateAfter</code> API and <code>compareState</code> mode API methods for finer-grained mode magic.</li>
25+
<li>Add a <code>getScrollerElement</code> API method to manipulate the scrolling DIV.</li>
26+
<li>Fix drag-and-drop for Firefox.</li>
27+
<li>Add a C# configuration for the <a href="../mode/clike/index.html">C-like mode</a>.</li>
28+
<li>Add <a href="../demo/fullscreen.html">full-screen editing</a> and <a href="../demo/changemode.html">mode-changing</a> demos.</li>
29+
</ul>
30+
1831
<p class="rel">07-06-2011: <a href="http://codemirror.net/codemirror-2.1.zip">Version 2.1</a>:</p>
1932
<p class="rel-note">Add
2033
a <a href="manual.html#option_theme">theme</a> system

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,19 @@ <h2>Support CodeMirror</h2>
228228

229229
<h2>Releases:</h2>
230230

231+
<p class="rel">27-02-2012: <a href="http://codemirror.net/codemirror-2.22.zip">Version 2.22</a>:</p>
232+
233+
<ul class="rel-note">
234+
<li>Allow <a href="doc/manual.html#keymaps">key handlers</a> to pass up events, allow binding characters.</li>
235+
<li>Add <a href="doc/manual.html#option_autoClearEmptyLines"><code>autoClearEmptyLines</code></a> option.</li>
236+
<li>Properly use tab stops when rendering tabs.</li>
237+
<li>Make PHP mode more robust.</li>
238+
<li>Support indentation blocks in <a href="doc/manual.html#util_foldcode">code folder</a>.</li>
239+
<li>Add a script for <a href="doc/manual.html#util_match-highlighter">highlighting instances of the selection</a>.</li>
240+
<li>New <a href="mode/properties/index.html">.properties</a> mode.</li>
241+
<li>Fix many bugs.</li>
242+
</ul>
243+
231244
<p class="rel">27-01-2012: <a href="http://codemirror.net/codemirror-2.21.zip">Version 2.21</a>:</p>
232245

233246
<ul class="rel-note">
@@ -339,19 +352,6 @@ <h2>Releases:</h2>
339352
<li>Fix width feedback loop bug that caused the width of an inner DIV to shrink.</li>
340353
</ul>
341354

342-
<p class="rel">04-07-2011: <a href="http://codemirror.net/codemirror-2.11.zip">Version 2.11</a>:</p>
343-
<ul class="rel-note">
344-
<li>Add a <a href="mode/scheme/index.html">Scheme mode</a>.</li>
345-
<li>Add a <code>replace</code> method to search cursors, for cursor-preserving replacements.</li>
346-
<li>Make the <a href="mode/clike/index.html">C-like mode</a> mode more customizable.</li>
347-
<li>Update XML mode to spot mismatched tags.</li>
348-
<li>Add <code>getStateAfter</code> API and <code>compareState</code> mode API methods for finer-grained mode magic.</li>
349-
<li>Add a <code>getScrollerElement</code> API method to manipulate the scrolling DIV.</li>
350-
<li>Fix drag-and-drop for Firefox.</li>
351-
<li>Add a C# configuration for the <a href="mode/clike/index.html">C-like mode</a>.</li>
352-
<li>Add <a href="demo/fullscreen.html">full-screen editing</a> and <a href="demo/changemode.html">mode-changing</a> demos.</li>
353-
</ul>
354-
355355
<p><a href="doc/oldrelease.html">Older releases...</a></p>
356356

357357
</div></div>

0 commit comments

Comments
 (0)