Skip to content

Commit 11e9c7d

Browse files
committed
Mark release 2.11
1 parent 3f8f0dd commit 11e9c7d

File tree

3 files changed

+25
-11
lines changed

3 files changed

+25
-11
lines changed

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.11;f=">2.11</option>
3031
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.1;f=">2.1</option>
3132
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.02;f=">2.02</option>
3233
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.01;f=">2.01</option>

index.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,19 @@ <h2>Make a donation</h2>
157157

158158
<h2>Releases:</h2>
159159

160+
<p class="rel">04-07-2011: <a href="http://codemirror.net/codemirror-2.11.zip">Version 2.11</a>:</p>
161+
<ul class="rel-note">
162+
<li>Add a <a href="mode/scheme/index.html">Scheme mode</a>.</li>
163+
<li>Add a <code>replace</code> method to search cursors, for cursor-preserving replacements.</li>
164+
<li>Make the <a href="mode/clike/index.html">C-like mode</a> mode more customizeable.</li>
165+
<li>Update XML mode to spot mismatched tags.</li>
166+
<li>Add <code>getStateAfter</code> API and <code>compareState</code> mode API methods for finer-grained mode magic.</li>
167+
<li>Add a <code>getScrollerElement</code> API method to manipulate the scrolling DIV.</li>
168+
<li>Fix drag-and-drop for Firefox.</li>
169+
<li>Add a C# configuration for the <a href="mode/clike/index.html">C-like mode</a>.</li>
170+
<li>Add <a href="demo/fullscreen.html">full-screen editing</a> and <a href="demo/changemode.html">mode-changing</a> demos.</li>
171+
</ul>
172+
160173
<p class="rel">07-06-2011: <a href="http://codemirror.net/codemirror-2.1.zip">Version 2.1</a>:</p>
161174
<p class="rel-note">Add
162175
a <a href="manual.html#option_theme">theme</a> system
@@ -211,17 +224,6 @@ <h2>Releases:</h2>
211224
<p class="rel">22-02-2011: <a href="https://github.com/marijnh/codemirror2/tree/beta2">Version 2.0 beta 2</a>:</p>
212225
<p class="rel-note">Somewhate more mature API, lots of bugs shaken out.</a>
213226

214-
<p class="rel">17-02-2011: <a href="http://codemirror.net/codemirror-0.94.zip">Version 0.94</a>:</p>
215-
<ul class="rel-note">
216-
<li><code>tabMode: "spaces"</code> was modified slightly (now indents when something is selected).</li>
217-
<li>Fixes a bug that would cause the selection code to break on some IE versions.</li>
218-
<li>Disabling spell-check on WebKit browsers now works.</li>
219-
</ul>
220-
221-
<p class="rel">08-02-2011: <a href="http://codemirror.net/2/">Version 2.0 beta 1</a>:</p>
222-
<p class="rel-note">CodeMirror 2 is a complete rewrite of
223-
CodeMirror, no longer depending on an editable frame.</p>
224-
225227
<p><a href="oldrelease.html">Older releases...</a></p>
226228

227229
</div></div>

oldrelease.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ <h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMi
1616

1717
</pre>
1818

19+
<p class="rel">17-02-2011: <a href="http://codemirror.net/codemirror-0.94.zip">Version 0.94</a>:</p>
20+
<ul class="rel-note">
21+
<li><code>tabMode: "spaces"</code> was modified slightly (now indents when something is selected).</li>
22+
<li>Fixes a bug that would cause the selection code to break on some IE versions.</li>
23+
<li>Disabling spell-check on WebKit browsers now works.</li>
24+
</ul>
25+
26+
<p class="rel">08-02-2011: <a href="http://codemirror.net/2/">Version 2.0 beta 1</a>:</p>
27+
<p class="rel-note">CodeMirror 2 is a complete rewrite of
28+
CodeMirror, no longer depending on an editable frame.</p>
29+
1930
<p class="rel">19-01-2011: <a href="http://codemirror.net/codemirror-0.93.zip">Version 0.93</a>:</p>
2031
<ul class="rel-note">
2132
<li>Added a <a href="contrib/regex/index.html">Regular Expression</a> parser.</li>

0 commit comments

Comments
 (0)