EditArea
This editor is designed to edit souce code files in a textarea. The main goal is to allow text formatting, search and replace and syntax highlight (for small text). Main features: * Easy to integrate, only one script include and one function call * Tabulation support (allow to write well formated source code) * Search and replace (with regexp) * Customizable syntax highlighting (currently: PHP, CSS, Javascript, Python, HTML, XML, VB) * Auto-indenting new lines * Line numerotation * Multilanguage support (currently: Danish, English, French, German, Portuguese) * Possible PHP gzip compression (compress the 12 core files to one file of ~20Ko) * Allow multiple instances * Possible plugin integration * Possible save and load callback functions * Possible dynamic content management
Visit publisher site: EditAreaListing Details
- Version:
- 0.6
- Filed in:
-
Scripts / JavaScript / Scripts & Programs / Content Management
- Submitted on:
- Last Updated:
- Publisher:
- Christophe Dolivet Other listings by this publisher
License & Pricing Information
- License Type:
- LGPL
- Price:
- $0.00 USD
- Additional Info:
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
2 issues I found: 1: with wordwrapping on, there's times the script gets a little confused when you use the up/down arrow keys, and you'll have the wrapped line superimposed on the unwrapped line that should be 2 spots down. 2: not entirely compatible with jquery dialog. That or I need to work harder on declarations... I found that as long as the jqurey dialog was declared with autoOpen:true, EditArea worked fine; but if AutoOpen was false for the jquery dialog, EditArea failed to display properly and wailed to work. If I wasn't intent on sticking this into a dialog, I'd be using it (and it's possible I'll go back and redo things)
Bottom Line: Yes, I would recommend this to a friend