oldrelease.html 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8"/>
  5. <title>CodeMirror</title>
  6. <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans:bold"/>
  7. <link rel="stylesheet" type="text/css" href="docs.css"/>
  8. <link rel="alternate" href="http://twitter.com/statuses/user_timeline/242283288.rss" type="application/rss+xml"/>
  9. </head>
  10. <body>
  11. <h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMirror</a></h1>
  12. <div class="grey">
  13. <img src="baboon.png" class="logo" alt="logo"/>
  14. <pre>
  15. /* Old release
  16. history */
  17. </pre>
  18. </div>
  19. <p class="rel">20-11-2012: <a href="http://codemirror.net/codemirror-3.0rc1.zip">Version 3.0, release candidate 1</a>:</p>
  20. <ul class="rel-note">
  21. <li>New theme: <a href="../demo/theme.html?solarized%20light">Solarized</a>.</li>
  22. <li>Introduce <a href="manual.html#addLineClass"><code>addLineClass</code></a>
  23. and <a href="manual.html#removeLineClass"><code>removeLineClass</code></a>,
  24. drop <code>setLineClass</code>.</li>
  25. <li>Add a <em>lot</em> of
  26. new <a href="manual.html#markText">options for marked text</a>
  27. (read-only, atomic, collapsed, widget replacement).</li>
  28. <li>Remove the old code folding interface in favour of these new ranges.</li>
  29. <li>Add <a href="manual.html#isClean"><code>isClean</code></a>/<a href="manual.html#markClean"><code>markClean</code></a> methods.</li>
  30. <li>Remove <code>compoundChange</code> method, use better undo-event-combining heuristic.</li>
  31. <li>Improve scrolling performance smoothness.</li>
  32. <li>Full <a href="https://github.com/marijnh/CodeMirror/compare/v3.0beta2...v3.0rc1">list of patches</a>.</li>
  33. </ul>
  34. <p class="rel">22-10-2012: <a href="http://codemirror.net/codemirror-2.35.zip">Version 2.35</a>:</p>
  35. <ul class="rel-note">
  36. <li>New (sub) mode: <a href="../mode/javascript/typescript.html">TypeScript</a>.</li>
  37. <li>Don't overwrite (insert key) when pasting.</li>
  38. <li>Fix several bugs in <a href="manual.html#markText"><code>markText</code></a>/undo interaction.</li>
  39. <li>Better indentation of JavaScript code without semicolons.</li>
  40. <li>Add <a href="manual.html#defineInitHook"><code>defineInitHook</code></a> function.</li>
  41. <li>Full <a href="https://github.com/marijnh/CodeMirror/compare/v2.34...v2.35">list of patches</a>.</li>
  42. </ul>
  43. <p class="rel">22-10-2012: <a href="http://codemirror.net/codemirror-3.0beta2.zip">Version 3.0, beta 2</a>:</p>
  44. <ul class="rel-note">
  45. <li>Fix page-based coordinate computation.</li>
  46. <li>Fix firing of <a href="manual.html#event_gutterClick"><code>gutterClick</code></a> event.</li>
  47. <li>Add <a href="manual.html#option_cursorHeight"><code>cursorHeight</code></a> option.</li>
  48. <li>Fix bi-directional text regression.</li>
  49. <li>Add <a href="manual.html#option_viewportMargin"><code>viewportMargin</code></a> option.</li>
  50. <li>Directly handle mousewheel events (again, hopefully better).</li>
  51. <li>Make vertical cursor movement more robust (through widgets, big line gaps).</li>
  52. <li>Add <a href="manual.html#option_flattenSpans"><code>flattenSpans</code></a> option.</li>
  53. <li>Many optimizations. Poor responsiveness should be fixed.</li>
  54. <li>Initialization in hidden state works again.</li>
  55. <li>Full <a href="https://github.com/marijnh/CodeMirror/compare/v3.0beta1...v3.0beta2">list of patches</a>.</li>
  56. </ul>
  57. <p class="rel">19-09-2012: <a href="http://codemirror.net/codemirror-2.34.zip">Version 2.34</a>:</p>
  58. <ul class="rel-note">
  59. <li>New mode: <a href="../mode/commonlisp/index.html">Common Lisp</a>.</li>
  60. <li>Fix right-click select-all on most browsers.</li>
  61. <li>Change the way highlighting happens:<br>&nbsp; Saves memory and CPU cycles.<br>&nbsp; <code>compareStates</code> is no longer needed.<br>&nbsp; <code>onHighlightComplete</code> no longer works.</li>
  62. <li>Integrate mode (Markdown, XQuery, CSS, sTex) tests in central testsuite.</li>
  63. <li>Add a <a href="manual.html#version"><code>CodeMirror.version</code></a> property.</li>
  64. <li>More robust handling of nested modes in <a href="../demo/formatting.html">formatting</a> and <a href="../demo/closetag.html">closetag</a> plug-ins.</li>
  65. <li>Un/redo now preserves <a href="manual.html#markText">marked text</a> and bookmarks.</li>
  66. <li><a href="https://github.com/marijnh/CodeMirror/compare/v2.33...v2.34">Full list</a> of patches.</li>
  67. </ul>
  68. <p class="rel">19-09-2012: <a href="http://codemirror.net/codemirror-3.0beta1.zip">Version 3.0, beta 1</a>:</p>
  69. <ul class="rel-note">
  70. <li>Bi-directional text support.</li>
  71. <li>More powerful gutter model.</li>
  72. <li>Support for arbitrary text/widget height.</li>
  73. <li>In-line widgets.</li>
  74. <li>Generalized event handling.</li>
  75. </ul>
  76. <p class="rel">23-08-2012: <a href="http://codemirror.net/codemirror-2.33.zip">Version 2.33</a>:</p>
  77. <ul class="rel-note">
  78. <li>New mode: <a href="../mode/sieve/index.html">Sieve</a>.</li>
  79. <li>New <a href="manual.html#getViewport"><code>getViewPort</code></a> and <a href="manual.html#option_onViewportChange"><code>onViewportChange</code></a> API.</li>
  80. <li><a href="manual.html#option_cursorBlinkRate">Configurable</a> cursor blink rate.</li>
  81. <li>Make binding a key to <code>false</code> disabling handling (again).</li>
  82. <li>Show non-printing characters as red dots.</li>
  83. <li>More tweaks to the scrolling model.</li>
  84. <li>Expanded testsuite. Basic linter added.</li>
  85. <li>Remove most uses of <code>innerHTML</code>. Remove <code>CodeMirror.htmlEscape</code>.</li>
  86. <li><a href="https://github.com/marijnh/CodeMirror/compare/v2.32...v2.33">Full list</a> of patches.</li>
  87. </ul>
  88. <p class="rel">23-07-2012: <a href="http://codemirror.net/codemirror-2.32.zip">Version 2.32</a>:</p>
  89. <p class="rel-note">Emergency fix for a bug where an editor with
  90. line wrapping on IE will break when there is <em>no</em>
  91. scrollbar.</p>
  92. <p class="rel">20-07-2012: <a href="http://codemirror.net/codemirror-2.31.zip">Version 2.31</a>:</p>
  93. <ul class="rel-note">
  94. <li>New modes: <a href="../mode/ocaml/index.html">OCaml</a>, <a href="../mode/haxe/index.html">Haxe</a>, and <a href="../mode/vb/index.html">VB.NET</a>.</li>
  95. <li>Several fixes to the new scrolling model.</li>
  96. <li>Add a <a href="manual.html#setSize"><code>setSize</code></a> method for programmatic resizing.</li>
  97. <li>Add <a href="manual.html#getHistory"><code>getHistory</code></a> and <a href="manual.html#setHistory"><code>setHistory</code></a> methods.</li>
  98. <li>Allow custom line separator string in <a href="manual.html#getValue"><code>getValue</code></a> and <a href="manual.html#getRange"><code>getRange</code></a>.</li>
  99. <li>Support double- and triple-click drag, double-clicking whitespace.</li>
  100. <li>And more... <a href="https://github.com/marijnh/CodeMirror/compare/v2.3...v2.31">(all patches)</a></li>
  101. </ul>
  102. <p class="rel">22-06-2012: <a href="http://codemirror.net/codemirror-2.3.zip">Version 2.3</a>:</p>
  103. <ul class="rel-note">
  104. <li><strong>New scrollbar implementation</strong>. Should flicker less. Changes DOM structure of the editor.</li>
  105. <li>New theme: <a href="../demo/theme.html?vibrant-ink">vibrant-ink</a>.</li>
  106. <li>Many extensions to the VIM keymap (including text objects).</li>
  107. <li>Add <a href="../demo/multiplex.html">mode-multiplexing</a> utility script.</li>
  108. <li>Fix bug where right-click paste works in read-only mode.</li>
  109. <li>Add a <a href="manual.html#getScrollInfo"><code>getScrollInfo</code></a> method.</li>
  110. <li>Lots of other <a href="https://github.com/marijnh/CodeMirror/compare/v2.25...v2.3">fixes</a>.</li>
  111. </ul>
  112. <p class="rel">23-05-2012: <a href="http://codemirror.net/codemirror-2.25.zip">Version 2.25</a>:</p>
  113. <ul class="rel-note">
  114. <li>New mode: <a href="../mode/erlang/index.html">Erlang</a>.</li>
  115. <li><strong>Remove xmlpure mode</strong> (use <a href="../mode/xml/index.html">xml.js</a>).</li>
  116. <li>Fix line-wrapping in Opera.</li>
  117. <li>Fix X Windows middle-click paste in Chrome.</li>
  118. <li>Fix bug that broke pasting of huge documents.</li>
  119. <li>Fix backspace and tab key repeat in Opera.</li>
  120. </ul>
  121. <p class="rel">23-04-2012: <a href="http://codemirror.net/codemirror-2.24.zip">Version 2.24</a>:</p>
  122. <ul class="rel-note">
  123. <li><strong>Drop support for Internet Explorer 6</strong>.</li>
  124. <li>New
  125. modes: <a href="../mode/shell/index.html">Shell</a>, <a href="../mode/tiki/index.html">Tiki
  126. wiki</a>, <a href="../mode/pig/index.html">Pig Latin</a>.</li>
  127. <li>New themes: <a href="../demo/theme.html?ambiance">Ambiance</a>, <a href="../demo/theme.html?blackboard">Blackboard</a>.</li>
  128. <li>More control over drag/drop
  129. with <a href="manual.html#option_dragDrop"><code>dragDrop</code></a>
  130. and <a href="manual.html#option_onDragEvent"><code>onDragEvent</code></a>
  131. options.</li>
  132. <li>Make HTML mode a bit less pedantic.</li>
  133. <li>Add <a href="manual.html#compoundChange"><code>compoundChange</code></a> API method.</li>
  134. <li>Several fixes in undo history and line hiding.</li>
  135. <li>Remove (broken) support for <code>catchall</code> in key maps,
  136. add <code>nofallthrough</code> boolean field instead.</li>
  137. </ul>
  138. <p class="rel">26-03-2012: <a href="http://codemirror.net/codemirror-2.23.zip">Version 2.23</a>:</p>
  139. <ul class="rel-note">
  140. <li>Change <strong>default binding for tab</strong> <a href="javascript:void(document.getElementById('tabbinding').style.display='')">[more]</a>
  141. <div style="display: none" id=tabbinding>
  142. Starting in 2.23, these bindings are default:
  143. <ul><li>Tab: Insert tab character</li>
  144. <li>Shift-tab: Reset line indentation to default</li>
  145. <li>Ctrl/Cmd-[: Reduce line indentation (old tab behaviour)</li>
  146. <li>Ctrl/Cmd-]: Increase line indentation (old shift-tab behaviour)</li>
  147. </ul>
  148. </div>
  149. </li>
  150. <li>New modes: <a href="../mode/xquery/index.html">XQuery</a> and <a href="../mode/vbscript/index.html">VBScript</a>.</li>
  151. <li>Two new themes: <a href="../mode/less/index.html">lesser-dark</a> and <a href="../mode/xquery/index.html">xq-dark</a>.</li>
  152. <li>Differentiate between background and text styles in <a href="manual.html#setLineClass"><code>setLineClass</code></a>.</li>
  153. <li>Fix drag-and-drop in IE9+.</li>
  154. <li>Extend <a href="manual.html#charCoords"><code>charCoords</code></a>
  155. and <a href="manual.html#cursorCoords"><code>cursorCoords</code></a> with a <code>mode</code> argument.</li>
  156. <li>Add <a href="manual.html#option_autofocus"><code>autofocus</code></a> option.</li>
  157. <li>Add <a href="manual.html#findMarksAt"><code>findMarksAt</code></a> method.</li>
  158. </ul>
  159. <p class="rel">27-02-2012: <a href="http://codemirror.net/codemirror-2.22.zip">Version 2.22</a>:</p>
  160. <ul class="rel-note">
  161. <li>Allow <a href="manual.html#keymaps">key handlers</a> to pass up events, allow binding characters.</li>
  162. <li>Add <a href="manual.html#option_autoClearEmptyLines"><code>autoClearEmptyLines</code></a> option.</li>
  163. <li>Properly use tab stops when rendering tabs.</li>
  164. <li>Make PHP mode more robust.</li>
  165. <li>Support indentation blocks in <a href="manual.html#addon_foldcode">code folder</a>.</li>
  166. <li>Add a script for <a href="manual.html#addon_match-highlighter">highlighting instances of the selection</a>.</li>
  167. <li>New <a href="../mode/properties/index.html">.properties</a> mode.</li>
  168. <li>Fix many bugs.</li>
  169. </ul>
  170. <p class="rel">27-01-2012: <a href="http://codemirror.net/codemirror-2.21.zip">Version 2.21</a>:</p>
  171. <ul class="rel-note">
  172. <li>Added <a href="../mode/less/index.html">LESS</a>, <a href="../mode/mysql/index.html">MySQL</a>,
  173. <a href="../mode/go/index.html">Go</a>, and <a href="../mode/verilog/index.html">Verilog</a> modes.</li>
  174. <li>Add <a href="manual.html#option_smartIndent"><code>smartIndent</code></a>
  175. option.</li>
  176. <li>Support a cursor in <a href="manual.html#option_readOnly"><code>readOnly</code></a>-mode.</li>
  177. <li>Support assigning multiple styles to a token.</li>
  178. <li>Use a new approach to drawing the selection.</li>
  179. <li>Add <a href="manual.html#scrollTo"><code>scrollTo</code></a> method.</li>
  180. <li>Allow undo/redo events to span non-adjacent lines.</li>
  181. <li>Lots and lots of bugfixes.</li>
  182. </ul>
  183. <p class="rel">20-12-2011: <a href="http://codemirror.net/codemirror-2.2.zip">Version 2.2</a>:</p>
  184. <ul class="rel-note">
  185. <li>Slightly incompatible API changes. Read <a href="upgrade_v2.2.html">this</a>.</li>
  186. <li>New approach
  187. to <a href="manual.html#option_extraKeys">binding</a> keys,
  188. support for <a href="manual.html#option_keyMap">custom
  189. bindings</a>.</li>
  190. <li>Support for overwrite (insert).</li>
  191. <li><a href="manual.html#option_tabSize">Custom-width</a>
  192. and <a href="../demo/visibletabs.html">stylable</a> tabs.</li>
  193. <li>Moved more code into <a href="manual.html#addons">add-on scripts</a>.</li>
  194. <li>Support for sane vertical cursor movement in wrapped lines.</li>
  195. <li>More reliable handling of
  196. editing <a href="manual.html#markText">marked text</a>.</li>
  197. <li>Add minimal <a href="../demo/emacs.html">emacs</a>
  198. and <a href="../demo/vim.html">vim</a> bindings.</li>
  199. <li>Rename <code>coordsFromIndex</code>
  200. to <a href="manual.html#posFromIndex"><code>posFromIndex</code></a>,
  201. add <a href="manual.html#indexFromPos"><code>indexFromPos</code></a>
  202. method.</li>
  203. </ul>
  204. <p class="rel">21-11-2011: <a href="http://codemirror.net/codemirror-2.18.zip">Version 2.18</a>:</p>
  205. <p class="rel-note">Fixes <code>TextMarker.clear</code>, which is broken in 2.17.</p>
  206. <p class="rel">21-11-2011: <a href="http://codemirror.net/codemirror-2.17.zip">Version 2.17</a>:</p>
  207. <ul class="rel-note">
  208. <li>Add support for <a href="manual.html#option_lineWrapping">line
  209. wrapping</a> and <a href="manual.html#hideLine">code
  210. folding</a>.</li>
  211. <li>Add <a href="../mode/gfm/index.html">Github-style Markdown</a> mode.</li>
  212. <li>Add <a href="../theme/monokai.css">Monokai</a>
  213. and <a href="../theme/rubyblue.css">Rubyblue</a> themes.</li>
  214. <li>Add <a href="manual.html#setBookmark"><code>setBookmark</code></a> method.</li>
  215. <li>Move some of the demo code into reusable components
  216. under <a href="../addon/"><code>lib/util</code></a>.</li>
  217. <li>Make screen-coord-finding code faster and more reliable.</li>
  218. <li>Fix drag-and-drop in Firefox.</li>
  219. <li>Improve support for IME.</li>
  220. <li>Speed up content rendering.</li>
  221. <li>Fix browser's built-in search in Webkit.</li>
  222. <li>Make double- and triple-click work in IE.</li>
  223. <li>Various fixes to modes.</li>
  224. </ul>
  225. <p class="rel">27-10-2011: <a href="http://codemirror.net/codemirror-2.16.zip">Version 2.16</a>:</p>
  226. <ul class="rel-note">
  227. <li>Add <a href="../mode/perl/index.html">Perl</a>, <a href="../mode/rust/index.html">Rust</a>, <a href="../mode/tiddlywiki/index.html">TiddlyWiki</a>, and <a href="../mode/groovy/index.html">Groovy</a> modes.</li>
  228. <li>Dragging text inside the editor now moves, rather than copies.</li>
  229. <li>Add a <a href="manual.html#coordsFromIndex"><code>coordsFromIndex</code></a> method.</li>
  230. <li><strong>API change</strong>: <code>setValue</code> now no longer clears history. Use <a href="manual.html#clearHistory"><code>clearHistory</code></a> for that.</li>
  231. <li><strong>API change</strong>: <a href="manual.html#markText"><code>markText</code></a> now
  232. returns an object with <code>clear</code> and <code>find</code>
  233. methods. Marked text is now more robust when edited.</li>
  234. <li>Fix editing code with tabs in Internet Explorer.</li>
  235. </ul>
  236. <p class="rel">26-09-2011: <a href="http://codemirror.net/codemirror-2.15.zip">Version 2.15</a>:</p>
  237. <p class="rel-note">Fix bug that snuck into 2.14: Clicking the
  238. character that currently has the cursor didn't re-focus the
  239. editor.</p>
  240. <p class="rel">26-09-2011: <a href="http://codemirror.net/codemirror-2.14.zip">Version 2.14</a>:</p>
  241. <ul class="rel-note">
  242. <li>Add <a href="../mode/clojure/index.html">Clojure</a>, <a href="../mode/pascal/index.html">Pascal</a>, <a href="../mode/ntriples/index.html">NTriples</a>, <a href="../mode/jinja2/index.html">Jinja2</a>, and <a href="../mode/markdown/index.html">Markdown</a> modes.</li>
  243. <li>Add <a href="../theme/cobalt.css">Cobalt</a> and <a href="../theme/eclipse.css">Eclipse</a> themes.</li>
  244. <li>Add a <a href="manual.html#option_fixedGutter"><code>fixedGutter</code></a> option.</li>
  245. <li>Fix bug with <code>setValue</code> breaking cursor movement.</li>
  246. <li>Make gutter updates much more efficient.</li>
  247. <li>Allow dragging of text out of the editor (on modern browsers).</li>
  248. </ul>
  249. <p class="rel">23-08-2011: <a href="http://codemirror.net/codemirror-2.13.zip">Version 2.13</a>:</p>
  250. <ul class="rel-note">
  251. <li>Add <a href="../mode/ruby/index.html">Ruby</a>, <a href="../mode/r/index.html">R</a>, <a href="../mode/coffeescript/index.html">CoffeeScript</a>, and <a href="../mode/velocity/index.html">Velocity</a> modes.</li>
  252. <li>Add <a href="manual.html#getGutterElement"><code>getGutterElement</code></a> to API.</li>
  253. <li>Several fixes to scrolling and positioning.</li>
  254. <li>Add <a href="manual.html#option_smartHome"><code>smartHome</code></a> option.</li>
  255. <li>Add an experimental <a href="../mode/xmlpure/index.html">pure XML</a> mode.</li>
  256. </ul>
  257. <p class="rel">25-07-2011: <a href="http://codemirror.net/codemirror-2.12.zip">Version 2.12</a>:</p>
  258. <ul class="rel-note">
  259. <li>Add a <a href="../mode/sparql/index.html">SPARQL</a> mode.</li>
  260. <li>Fix bug with cursor jumping around in an unfocused editor in IE.</li>
  261. <li>Allow key and mouse events to bubble out of the editor. Ignore widget clicks.</li>
  262. <li>Solve cursor flakiness after undo/redo.</li>
  263. <li>Fix block-reindent ignoring the last few lines.</li>
  264. <li>Fix parsing of multi-line attrs in XML mode.</li>
  265. <li>Use <code>innerHTML</code> for HTML-escaping.</li>
  266. <li>Some fixes to indentation in C-like mode.</li>
  267. <li>Shrink horiz scrollbars when long lines removed.</li>
  268. <li>Fix width feedback loop bug that caused the width of an inner DIV to shrink.</li>
  269. </ul>
  270. <p class="rel">04-07-2011: <a href="http://codemirror.net/codemirror-2.11.zip">Version 2.11</a>:</p>
  271. <ul class="rel-note">
  272. <li>Add a <a href="../mode/scheme/index.html">Scheme mode</a>.</li>
  273. <li>Add a <code>replace</code> method to search cursors, for cursor-preserving replacements.</li>
  274. <li>Make the <a href="../mode/clike/index.html">C-like mode</a> mode more customizable.</li>
  275. <li>Update XML mode to spot mismatched tags.</li>
  276. <li>Add <code>getStateAfter</code> API and <code>compareState</code> mode API methods for finer-grained mode magic.</li>
  277. <li>Add a <code>getScrollerElement</code> API method to manipulate the scrolling DIV.</li>
  278. <li>Fix drag-and-drop for Firefox.</li>
  279. <li>Add a C# configuration for the <a href="../mode/clike/index.html">C-like mode</a>.</li>
  280. <li>Add <a href="../demo/fullscreen.html">full-screen editing</a> and <a href="../demo/changemode.html">mode-changing</a> demos.</li>
  281. </ul>
  282. <p class="rel">07-06-2011: <a href="http://codemirror.net/codemirror-2.1.zip">Version 2.1</a>:</p>
  283. <p class="rel-note">Add
  284. a <a href="manual.html#option_theme">theme</a> system
  285. (<a href="../demo/theme.html">demo</a>). Note that this is not
  286. backwards-compatible—you'll have to update your styles and
  287. modes!</p>
  288. <p class="rel">07-06-2011: <a href="http://codemirror.net/codemirror-2.02.zip">Version 2.02</a>:</p>
  289. <ul class="rel-note">
  290. <li>Add a <a href="../mode/lua/index.html">Lua mode</a>.</li>
  291. <li>Fix reverse-searching for a regexp.</li>
  292. <li>Empty lines can no longer break highlighting.</li>
  293. <li>Rework scrolling model (the outer wrapper no longer does the scrolling).</li>
  294. <li>Solve horizontal jittering on long lines.</li>
  295. <li>Add <a href="../demo/runmode.html">runmode.js</a>.</li>
  296. <li>Immediately re-highlight text when typing.</li>
  297. <li>Fix problem with 'sticking' horizontal scrollbar.</li>
  298. </ul>
  299. <p class="rel">26-05-2011: <a href="http://codemirror.net/codemirror-2.01.zip">Version 2.01</a>:</p>
  300. <ul class="rel-note">
  301. <li>Add a <a href="../mode/smalltalk/index.html">Smalltalk mode</a>.</li>
  302. <li>Add a <a href="../mode/rst/index.html">reStructuredText mode</a>.</li>
  303. <li>Add a <a href="../mode/python/index.html">Python mode</a>.</li>
  304. <li>Add a <a href="../mode/plsql/index.html">PL/SQL mode</a>.</li>
  305. <li><code>coordsChar</code> now works</li>
  306. <li>Fix a problem where <code>onCursorActivity</code> interfered with <code>onChange</code>.</li>
  307. <li>Fix a number of scrolling and mouse-click-position glitches.</li>
  308. <li>Pass information about the changed lines to <code>onChange</code>.</li>
  309. <li>Support cmd-up/down on OS X.</li>
  310. <li>Add triple-click line selection.</li>
  311. <li>Don't handle shift when changing the selection through the API.</li>
  312. <li>Support <code>"nocursor"</code> mode for <code>readOnly</code> option.</li>
  313. <li>Add an <code>onHighlightComplete</code> option.</li>
  314. <li>Fix the context menu for Firefox.</li>
  315. </ul>
  316. <p class="rel">28-03-2011: <a href="http://codemirror.net/codemirror-2.0.zip">Version 2.0</a>:</p>
  317. <p class="rel-note">CodeMirror 2 is a complete rewrite that's
  318. faster, smaller, simpler to use, and less dependent on browser
  319. quirks. See <a href="internals.html">this</a>
  320. and <a href="http://groups.google.com/group/codemirror/browse_thread/thread/5a8e894024a9f580">this</a>
  321. for more information.</p>
  322. <p class="rel">28-03-2011: <a href="http://codemirror.net/codemirror-1.0.zip">Version 1.0</a>:</p>
  323. <ul class="rel-note">
  324. <li>Fix error when debug history overflows.</li>
  325. <li>Refine handling of C# verbatim strings.</li>
  326. <li>Fix some issues with JavaScript indentation.</li>
  327. </ul>
  328. <p class="rel">22-02-2011: <a href="https://github.com/marijnh/codemirror/tree/beta2">Version 2.0 beta 2</a>:</p>
  329. <p class="rel-note">Somewhat more mature API, lots of bugs shaken out.</p>
  330. <p class="rel">17-02-2011: <a href="http://codemirror.net/codemirror-0.94.zip">Version 0.94</a>:</p>
  331. <ul class="rel-note">
  332. <li><code>tabMode: "spaces"</code> was modified slightly (now indents when something is selected).</li>
  333. <li>Fixes a bug that would cause the selection code to break on some IE versions.</li>
  334. <li>Disabling spell-check on WebKit browsers now works.</li>
  335. </ul>
  336. <p class="rel">08-02-2011: <a href="http://codemirror.net/">Version 2.0 beta 1</a>:</p>
  337. <p class="rel-note">CodeMirror 2 is a complete rewrite of
  338. CodeMirror, no longer depending on an editable frame.</p>
  339. <p class="rel">19-01-2011: <a href="http://codemirror.net/codemirror-0.93.zip">Version 0.93</a>:</p>
  340. <ul class="rel-note">
  341. <li>Added a <a href="contrib/regex/index.html">Regular Expression</a> parser.</li>
  342. <li>Fixes to the PHP parser.</li>
  343. <li>Support for regular expression in search/replace.</li>
  344. <li>Add <code>save</code> method to instances created with <code>fromTextArea</code>.</li>
  345. <li>Add support for MS T-SQL in the SQL parser.</li>
  346. <li>Support use of CSS classes for highlighting brackets.</li>
  347. <li>Fix yet another hang with line-numbering in hidden editors.</li>
  348. </ul>
  349. <p class="rel">17-12-2010: <a href="http://codemirror.net/codemirror-0.92.zip">Version 0.92</a>:</p>
  350. <ul class="rel-note">
  351. <li>Make CodeMirror work in XHTML documents.</li>
  352. <li>Fix bug in handling of backslashes in Python strings.</li>
  353. <li>The <code>styleNumbers</code> option is now officially
  354. supported and documented.</li>
  355. <li><code>onLineNumberClick</code> option added.</li>
  356. <li>More consistent names <code>onLoad</code> and
  357. <code>onCursorActivity</code> callbacks. Old names still work, but
  358. are deprecated.</li>
  359. <li>Add a <a href="contrib/freemarker/index.html">Freemarker</a> mode.</li>
  360. </ul>
  361. <p class="rel">11-11-2010: <a
  362. href="http://codemirror.net/codemirror-0.91.zip">Version 0.91</a>:</p>
  363. <ul class="rel-note">
  364. <li>Adds support for <a href="contrib/java">Java</a>.</li>
  365. <li>Small additions to the <a href="contrib/php">PHP</a> and <a href="contrib/sql">SQL</a> parsers.</li>
  366. <li>Work around various <a href="https://bugs.webkit.org/show_bug.cgi?id=47806">Webkit</a> <a href="https://bugs.webkit.org/show_bug.cgi?id=23474">issues</a>.</li>
  367. <li>Fix <code>toTextArea</code> to update the code in the textarea.</li>
  368. <li>Add a <code>noScriptCaching</code> option (hack to ease development).</li>
  369. <li>Make sub-modes of <a href="mixedtest.html">HTML mixed</a> mode configurable.</li>
  370. </ul>
  371. <p class="rel">02-10-2010: <a
  372. href="http://codemirror.net/codemirror-0.9.zip">Version 0.9</a>:</p>
  373. <ul class="rel-note">
  374. <li>Add support for searching backwards.</li>
  375. <li>There are now parsers for <a href="contrib/scheme/index.html">Scheme</a>, <a href="contrib/xquery/index.html">XQuery</a>, and <a href="contrib/ometa/index.html">OmetaJS</a>.</li>
  376. <li>Makes <code>height: "dynamic"</code> more robust.</li>
  377. <li>Fixes bug where paste did not work on OS X.</li>
  378. <li>Add a <code>enterMode</code> and <code>electricChars</code> options to make indentation even more customizable.</li>
  379. <li>Add <code>firstLineNumber</code> option.</li>
  380. <li>Fix bad handling of <code>@media</code> rules by the CSS parser.</li>
  381. <li>Take a new, more robust approach to working around the invisible-last-line bug in WebKit.</li>
  382. </ul>
  383. <p class="rel">22-07-2010: <a
  384. href="http://codemirror.net/codemirror-0.8.zip">Version 0.8</a>:</p>
  385. <ul class="rel-note">
  386. <li>Add a <code>cursorCoords</code> method to find the screen
  387. coordinates of the cursor.</li>
  388. <li>A number of fixes and support for more syntax in the PHP parser.</li>
  389. <li>Fix indentation problem with JSON-mode JS parser in Webkit.</li>
  390. <li>Add a <a href="compress.html">minification</a> UI.</li>
  391. <li>Support a <code>height: dynamic</code> mode, where the editor's
  392. height will adjust to the size of its content.</li>
  393. <li>Better support for IME input mode.</li>
  394. <li>Fix JavaScript parser getting confused when seeing a no-argument
  395. function call.</li>
  396. <li>Have CSS parser see the difference between selectors and other
  397. identifiers.</li>
  398. <li>Fix scrolling bug when pasting in a horizontally-scrolled
  399. editor.</li>
  400. <li>Support <code>toTextArea</code> method in instances created with
  401. <code>fromTextArea</code>.</li>
  402. <li>Work around new Opera cursor bug that causes the cursor to jump
  403. when pressing backspace at the end of a line.</li>
  404. </ul>
  405. <p class="rel">27-04-2010: <a
  406. href="http://codemirror.net/codemirror-0.67.zip">Version
  407. 0.67</a>:</p>
  408. <p class="rel-note">More consistent page-up/page-down behaviour
  409. across browsers. Fix some issues with hidden editors looping forever
  410. when line-numbers were enabled. Make PHP parser parse
  411. <code>"\\"</code> correctly. Have <code>jumpToLine</code> work on
  412. line handles, and add <code>cursorLine</code> function to fetch the
  413. line handle where the cursor currently is. Add new
  414. <code>setStylesheet</code> function to switch style-sheets in a
  415. running editor.</p>
  416. <p class="rel">01-03-2010: <a
  417. href="http://codemirror.net/codemirror-0.66.zip">Version
  418. 0.66</a>:</p>
  419. <p class="rel-note">Adds <code>removeLine</code> method to API.
  420. Introduces the <a href="contrib/plsql/index.html">PLSQL parser</a>.
  421. Marks XML errors by adding (rather than replacing) a CSS class, so
  422. that they can be disabled by modifying their style. Fixes several
  423. selection bugs, and a number of small glitches.</p>
  424. <p class="rel">12-11-2009: <a
  425. href="http://codemirror.net/codemirror-0.65.zip">Version
  426. 0.65</a>:</p>
  427. <p class="rel-note">Add support for having both line-wrapping and
  428. line-numbers turned on, make paren-highlighting style customisable
  429. (<code>markParen</code> and <code>unmarkParen</code> config
  430. options), work around a selection bug that Opera
  431. <em>re</em>introduced in version 10.</p>
  432. <p class="rel">23-10-2009: <a
  433. href="http://codemirror.net/codemirror-0.64.zip">Version
  434. 0.64</a>:</p>
  435. <p class="rel-note">Solves some issues introduced by the
  436. paste-handling changes from the previous release. Adds
  437. <code>setSpellcheck</code>, <code>setTextWrapping</code>,
  438. <code>setIndentUnit</code>, <code>setUndoDepth</code>,
  439. <code>setTabMode</code>, and <code>setLineNumbers</code> to
  440. customise a running editor. Introduces an <a
  441. href="contrib/sql/index.html">SQL</a> parser. Fixes a few small
  442. problems in the <a href="contrib/python/index.html">Python</a>
  443. parser. And, as usual, add workarounds for various newly discovered
  444. browser incompatibilities.</p>
  445. <p class="rel"><em>31-08-2009</em>: <a
  446. href="http://codemirror.net/codemirror-0.63.zip">Version
  447. 0.63</a>:</p>
  448. <p class="rel-note"> Overhaul of paste-handling (less fragile), fixes for several
  449. serious IE8 issues (cursor jumping, end-of-document bugs) and a number
  450. of small problems.</p>
  451. <p class="rel"><em>30-05-2009</em>: <a
  452. href="http://codemirror.net/codemirror-0.62.zip">Version
  453. 0.62</a>:</p>
  454. <p class="rel-note">Introduces <a href="contrib/python/index.html">Python</a>
  455. and <a href="contrib/lua/index.html">Lua</a> parsers. Add
  456. <code>setParser</code> (on-the-fly mode changing) and
  457. <code>clearHistory</code> methods. Make parsing passes time-based
  458. instead of lines-based (see the <code>passTime</code> option).</p>
  459. </body></html>