Skip to content

Commit dd6fae4

Browse files
committed
Mark release 2.02
1 parent 48c305c commit dd6fae4

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
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.02;f=">2.02</option>
3031
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.01;f=">2.01</option>
3132
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.0;f=">2.0</option>
3233
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=beta2;f=">beta2</option>

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,18 @@ <h2>Make a donation</h2>
152152

153153
<h2>Releases:</h2>
154154

155+
<p class="rel">07-06-2011: <a href="http://codemirror.net/codemirror-2.02.zip">Version 2.02</a>:</p>
156+
<ul class="rel-note">
157+
<li>Add a <a href="mode/lua/index.html">Lua mode</a>.</li>
158+
<li>Fix reverse-searching for a regexp.</li>
159+
<li>Empty lines can no longer break highlighting.</li>
160+
<li>Rework scrolling model (the outer wrapper no longer does the scrolling).</li>
161+
<li>Solve horizontal jittering on long lines.</li>
162+
<li>Add <a href="demo/runmode.html">runmode.js</a>.</li>
163+
<li>Immediately re-highlight text when typing.</li>
164+
<li>Fix problem with 'sticking' horizontal scrollbar.</li>
165+
</ul>
166+
155167
<p class="rel">26-05-2011: <a href="http://codemirror.net/codemirror-2.01.zip">Version 2.01</a>:</p>
156168
<ul class="rel-note">
157169
<li>Add a <a href="mode/smalltalk/index.html">Smalltalk mode</a>.</li>

0 commit comments

Comments
 (0)