=== WP Editarea ===
Contributors: takien
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=BL7ERUY46HPL8&lc=ID&item_name=WP-Editarea%20Plugin¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
Tags: wp-admin,dashboard,code highlight,source code,editor,syntax highlight,codepress,code editor,highlight,admin
Requires at least: 2.9
Tested up to: 2.9.1
Stable tag: 0.2
Turn your Oldschool textarea code editor in Wordpress Dashboard (plugin/theme editor) into a fancy realtime highlighted code editor using Editarea.
== Description ==
WP Editarea turns your Oldschool textarea code editor in Wordpress Dashboard (plugin/theme editor) into a fancy realtime highlighted code editor using Editarea.
= Plugin Feature =
* Automatically detect syntax language
* Live preview in plugin option page
* Better than codepress (cPanel also use this)
* Easy integration, no file to edit
* Easy to use configuration page
= Editarea Feature =
* Multi language interface
* Bracket matching highlight
* Support many syntax
* Line numbers
* Toggle word wrap
* Interactive toolbar
* Search/replace with regex
* More at Editarea homepage.
= Browser Compatibility =
* IE 6 & 7 & 8, Firefox 1.5 & 2 & 3, Safari 3.x & 4, Opera 9, 9.5, 9.6 and Chrome 1 & 2[2]
== Installation ==
The installation process.
1. Upload `wp-editarea` folder to the `/wp-content/plugins/` directory. Make sure directory structures are not changed. Or Directly upload from your Plugin management page.
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to Settings menu and set options you need.
== Frequently Asked Questions ==
Nothing
== Screenshots ==
1. Setting page and live preview.
2. Your new theme editor :D
== Changelog ==
= 0.2 =
* Bug fixed: toggle word wrap option not work (reported by pattrick, http://takien.com/606#comment-1286)
* Added: toggle word wrap toolbar
* Default Display is now "onload", instead of "later". (I found saving problem when display is "later")
= 0.1 =
* First release