doremi-script
Version:
Letter music notation processor
65 lines (53 loc) • 3.31 kB
HTML
<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"></head><body><a style="float: right; margin: 10px;" href="http://sourceforge.net/donate/index.php?group_id=164008"><img src="editarea_a_textarea_replacement_files/project-support.jpg" alt="Support This Project" border="0" height="32" width="88"> </a>
<h2>Edit area</h2>
<p>Here is EditArea, a free javascript editor for source code. (That is no way a WYSIWYG editor).<br>
This editor is designed to edit souce code files in a textarea. The main
goal is to allow text formatting, search and replace and real-time
syntax highlight (for not too heavy text).</p>
<p>This editor is free and freely distributable (released under LGPL,
Apche and BSD licenses). All I ask is that I receive credit for my work.
I will also enjoy to receive mail to tell me if you 're using it, just
in order to have an idea of how much this editor is used. ;-)</p>
<h3>Main features:</h3>
<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>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, and probably more...)</li>
<li>Possible PHP gzip compression (compress the 12 core files to one file of ~30Ko)</li>
<li>Allow multiple instances</li>
<li>Full screen mode</li>
<li>Possible plugin integration</li>
<li>Possible save and load callback functions</li>
<li>Possible dynamic content management</li>
<li>Can work in the same environment than "prototype" and "mootools"'s like libraries.</li>
</ul>
<p>Current limitations: </p>
<ul>
<li>automatic focus on the textarea on page load.</li>
<li>can be slow when editing huge files (javascript is not a fast language).</li>
<li>only on syntax language at the same time (no html and php syntax highlight at the same time).</li>
</ul>
<h3>Example</h3>
<a href="http://www.cdolivet.com/editarea/editarea/exemples/exemple_full.html" target="_blank">Full example</a>
<h3>Download</h3>
<p>The current version is the 0.8.2, released on 2010-01-14.
<a href="http://sourceforge.net/project/showfiles.php?group_id=164008">Go on sourceforge for EditArea 0.8.2 downloads.</a></p>
<p>You can see the change log <a href="http://www.cdolivet.com/editarea/editarea/change_log.txt">here</a> (txt file).</p>
<h3>Compatibility</h3>
<p>It works on IE 6 -> 8, Firefox 1.5 -> 3.5, Safari 3.1 -> 4,
Opera 9 -> 10.1 and Chrome 1 -> 3. More information available in
the <a href="http://www.cdolivet.com/editarea/editarea/docs/compatibility.html">compatibility chart</a></p>
<h3>Documentation</h3>
<p>The online documentation is available <a href="http://www.cdolivet.com/editarea/editarea/docs/">here</a></p>
<h3>Contact</h3>
<p>For any message about EditArea see <a href="https://sourceforge.net/tracker2/?group_id=164008">sourceforge tracker</a></p></body></html>