CSS
HTML
Javascript
PHP
Highlight
This editor is not just a normal textarea, it's a code editor: - Indentation with the Tab key - Intelligent home key - Auto indent on enter - Syntax highlighting for CSS, HTML, Javascript and PHP - Open files via drag'n'drop (at least in FF5) - Open/Save files via Ctrl+O / Ctrl+S (experimental) The editor is realized as a jQuery plugin: $('textarea').editor(); //converts all textareas into code editors Download URL: http://static.scienceco.de/levu/real-editor.js (released under the terms of the GPL) I said DOWNLOAD URL not INCLUDE URL. I *will* change the version here to fuck you, so DOWNLOAD your version. you've been warned! Note: The syntax highlighting is not part of the plugin, it's realized with chili. Also, the file open and save functions are just in this live demo. Tips/Usage: - Click on the highlight button to view highlighted code (F8) - Middle click on the button for preview (F7)