Skip to content

Commit

Permalink
mark release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jun 21, 2010
1 parent b55b72c commit 4262d2f
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,35 @@ <h2 class="underline">In-browser code editing made almost bearable</h2>
<li><a href="http://billmill.org/static/canvastutorial/index.html">A cool tutorial about the &lt;canvas> element</a></li>
<li><a href="http://orc.csres.utexas.edu/tryorc.shtml">An online IDE for the Orc programming language</a></li>
<li><a href="http://code.google.com/apis/ajax/playground">Google's API playground</a></li>
<li><a href="http://sandbox.livesitehost.com/livesite/index.php?u=admin&amp;p=admin&amp;send_to=/livesite/add_style.php">The liveSite CMS style editor</a></li>
<li><a href="http://craic.com/tutorials/javascript/raphael_live/raphael_live.html">Raphaël Live</a></li>
<li><a href="http://dev.freebaseapps.com/">Freebase's Acre IDE</a></li>
<li><a href="http://jsbin.com/">JS Bin</a></li>
<li><a href="http://www.rockettheme.com/extensions-joomla/rokpad">The RokPad plugin for Joomla</a></li>
<li><a href="http://scraperwiki.com/editor/">The scraperwiki editor</a></li>
</ul>

<h2>Releases</h2>

<p class="rel"><em>21-06-2010</em>: <a
href="http://marijn.haverbeke.nl/codemirror/codemirror-0.7.zip">Version
0.7</a>:</p>

<ul class="rel">
<li>Fixes issue where calling <code>.submit()</code> on a form with
a <code>fromTextArea</code> CodeMirror failed to submit the
edited content.</li>
<li>Add <a href="contrib/groovy/index.html">Groovy</a> parser (hosted externally).</li>
<li>Make line-numbering much, much faster.</li>
<li>Fix occasional buggy behaviour of the enter key in Opera.</li>
<li>Add a <a href="faq.html">FAQ</a> document.</li>
<li>Make search use do-what-I-mean Emacs-like behaviour to determine
case-sensitivitiy is not explicitly specified.</li>
<li>Add a C# parser contrib module.</li>
<li>A number of bugfixes and extensions to the PHP parser (lambdas,
abstract classes, configurable opening tags).</li>
<li>Fix multiline comments in the Lua parser.</li>
</ul>

<p class="rel"><em>27-04-2010</em>: <a
href="http://marijn.haverbeke.nl/codemirror/codemirror-0.67.zip">Version
0.67</a>: More consistent page-up/page-down behaviour across browsers.
Expand Down Expand Up @@ -138,18 +158,6 @@ <h2>Releases</h2>
<code>clearHistory</code> methods. Make parsing passes time-based
instead of lines-based (see the <code>passTime</code> option).</p>

<p class="rel"><em>04-03-2009</em>: <a
href="http://marijn.haverbeke.nl/codemirror/codemirror-0.61.zip">Version
0.61</a>: Add line numbers support (see <code>lineNumbers</code>
option in <a href="manual.html">manual</a>). Support a mode where tab
'shifts' indentation instead of resetting it (see
<code>tabMode="shift"</code>). Add <code>indentUnit</code> option to
configure indentation depths. Make it possible to grab the editor's
keyboard input, which is useful when popping up dialogs (see
<code>grabKeys</code>/<code>ungrabKeys</code>). Fix a lot of small
bugs, among which the various issues related to pasting in Internet
Explorer.</p>

<h2 id="supported">Supported browsers</h2>

<p>At this time, the following browsers are supported:</p>
Expand Down

0 comments on commit 4262d2f

Please sign in to comment.