File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ <h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMi
27
27
< input type ="hidden " id ="download " name ="download " value ="codemirror-compressed.js "/>
28
28
< p > Version: < select id ="version " onchange ="setVersion(this); " style ="padding: 1px ">
29
29
< option value ="http://codemirror.net/ "> HEAD</ option >
30
+ < option value ="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.21;f= "> 2.21</ option >
30
31
< option value ="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.2;f= "> 2.2</ option >
31
32
< option value ="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.18;f= "> 2.18</ option >
32
33
< option value ="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.16;f= "> 2.16</ option >
Original file line number Diff line number Diff line change @@ -225,6 +225,21 @@ <h2>Support CodeMirror</h2>
225
225
226
226
< h2 > Releases:</ h2 >
227
227
228
+ < p class ="rel "> 27-01-2012: < a href ="http://codemirror.net/codemirror-2.21.zip "> Version 2.21</ a > :</ p >
229
+
230
+ < ul class ="rel-note ">
231
+ < li > Added < a href ="mode/less/index.html "> LESS</ a > , < a href ="mode/mysql/index.html "> MySQL</ a > ,
232
+ < a href ="mode/go/index.html "> Go</ a > , and < a href ="mode/verilog/index.html "> Verilog</ a > modes.</ li >
233
+ < li > Add < a href ="doc/manual.html#option_smartIndent "> < code > smartIndent</ code > </ a >
234
+ option.</ li >
235
+ < li > Support a cursor in < a href ="doc/manual.html#option_readOnly "> < code > readOnly</ code > </ a > -mode.</ li >
236
+ < li > Support assigning multiple styles to a token.</ li >
237
+ < li > Use a new approach to drawing the selection.</ li >
238
+ < li > Add < a href ="doc/manual.html#scrollTo "> < code > scrollTo</ code > </ a > method.</ li >
239
+ < li > Allow undo/redo events to span non-adjacent lines.</ li >
240
+ < li > Lots and lots of bugfixes.</ li >
241
+ </ ul >
242
+
228
243
< p class ="rel "> 20-12-2011: < a href ="http://codemirror.net/codemirror-2.2.zip "> Version 2.2</ a > :</ p >
229
244
230
245
< ul class ="rel-note ">
You can’t perform that action at this time.
0 commit comments