Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Ace Edit

Descripción

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.

Capturas

  • Theme Editor
  • Plugin Editor

Instalación

  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.

Reseñas

31 de mayo de 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?
Leer todas las 3 reseñas

Colaboradores y desarrolladores

«Ace Edit» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Ace Edit» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.1

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

1.0

  • Initial release