@@ -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