Skip to content

Commit

Permalink
EditArea 0.8.1 stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
cdolivet committed Apr 19, 2009
1 parent 5b701eb commit f4a620d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ <h2>Features</h2>
<ul>
<li>Easy to integrate, only one script include and one function call</li>
<li>Tabulation support (allow to write well formated source code)</li>
<li>Customizable real-time syntax highlighting (currently: PHP, CSS, Javascript, Python, HTML, XML, VB, C, CPP, SQL, Pascal, Basic, Brainf*ck, and probably more...)</li>
<li>Word-wrap support</li>
<li>Search and replace (with regexp)</li>
<li>Customizable real-time syntax highlighting (currently: PHP, CSS, Javascript, Python, HTML, XML, VB, C, CPP, SQL, Pascal, Basic, Brainf*ck)</li>
<li>Auto-indenting new lines</li>
<li>Line numerotation</li>
<li>Multilanguage support (currently: Croatian, Czech, Danish, Dutch, English, Esperanto, French, German, Italian, Japanese, Macedonian, Polish, Portuguese, Russian, Slovak, Spanish)</li>
<li>Multilanguage support (currently: Croatian, Czech, Danish, Dutch, English, Esperanto, French, German, Italian, Japanese, Macedonian, Polish, Portuguese, Russian, Slovak, Spanish, and probably more...)</li>
<li>Possible PHP gzip compression (compress the core files to one file of ~25Ko)</li>
<li>Allow multiple instances</li>
<li>Full screen mode</li>
Expand Down
Binary file modified edit_area/edit_area_full.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion edit_area/edit_area_full.js

Large diffs are not rendered by default.

Binary file modified edit_area/edit_area_full_with_plugins.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion edit_area/edit_area_full_with_plugins.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion edit_area/edit_area_functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@
for( j=0; j<a_options.length; j++)
{
if( a_options[j].value == a_selects[i] )
_$(i).a_options[j].selected=true;
_$(i).options[j].selected=true;
}
}

Expand Down

0 comments on commit f4a620d

Please sign in to comment.