This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Ace Edit

Description

This plugin will improve the build in theme and plugin editor in WordPress with typical code editor features like syntax highlighting. It is very lightweight, since it will simply replace the default textarea with an instance of ACE.

Features

  • syntax highlighting with themes
  • code folding
  • line numbering
  • highlight matching parentheses
  • auto indentation and outdent

Use cases

Sometimes, you need to make some small adjustments on a theme or fix some bug in a plugin – but either you don’t have ftp acces or maybe you are on the road and don’t have access to your code editor. Then Ace Editor will come in handy and help you doing your work – with less chances of typos thanks to syntax highlighting and some basic syntax checking.

Screenshots

  • Theme Editor
  • Plugin Editor

Installation

  1. Install Ace Edit either via the WordPress.org plugin directory, or by uploading the files to your server
  2. After activating Ace Edit, visit either the theme editor or the plugin editor and enjoy the new features.

FAQ

Where can I learn more about Ace?

Ace is a open source code editor written in JavaScript. You can learn more on ace.ajax.org or on its github page.

Are there any known issues?

If you try to edit the Ace Edit plugin itself (with the plugin active), Google Chrome will fall back to the default textarea after saving the plugin. This is due to Chrome’s security features which refuse to run any JavaScript that was just part of a POST request sent to the current page.

What about planned features?

While we try to keep Ace Editor as lightweight as possible, we will introduce a settings page in near future to let users choose one of the included themes for syntax highlighting and set options like word wrap, hidden characters and more.

Reviews

May 31, 2017
Thanks for this excellent IDE for WordPress. I saw there were only two ratings (both 5 stars), and felt you needed another. I can't believe this plugin has been maintained for over 4 years, and there's only two reviews and around 400 users. So here's another FIVE STARS from this user. Great work. Thanks for maintaining this despite the relatively low interest in it. I guess most users don't want a decent editor in WordPress?
Read all 3 reviews

Contributors & Developers

“Ace Edit” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Ace Edit” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1

  • enabled syntax highlighting for JavaScript files
  • updated ace.js to latest version

1.0

  • Initial release