最終更新:2010-07-16 (金) 21:43:44 (5033d)  

EditArea
Top / EditArea

Here is EditArea, a free javascript editor for source code. (That is no way a WYSIWYG editor).

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).

http://www.cdolivet.com/index.php?page=editArea&sess=3f3500cbecb873b2b8d3951b126a6b66

Main features:

  • Easy to integrate, only one script include and one function call
  • Tabulation support (allow to write well formated source code)
  • Customizable real-time syntax highlighting (currently: PHP, CSS, JavaScript, Python, HTML, XML, VB, C, C++, SQL, Pascal, BASIC, Brainf*ck, and probably more...)
  • Word-wrap support
  • Search and replace (with regexp)
  • Auto-indenting new lines
  • Line numerotation
  • Multilanguage support (currently: Croatian, Czech, Danish, Dutch, English, Esperanto, French, German, Italian, Japanese, Macedonian, Polish, Portuguese, Russian, Slovak, Spanish, and probably more...)
  • Possible PHP gzip compression (compress the 12 core files to one file of ~30Ko)
  • Allow multiple instances
  • Full screen mode
  • Possible plugin integration
  • Possible save and load callback functions
  • Possible dynamic content management
  • Can work in the same environment than "prototype" and "mootools"'s like libraries.

関連