Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

Ace Edit

Περιγραφή

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.

Στιγμιότυπα

  • Theme Editor
  • Plugin Editor

Εγκατάσταση

  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.

Συχνές Ερωτήσεις

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.

Κριτικές

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?
Ανάγνωση όλων των 3 κριτικών

Συνεισφέροντες & Προγραμματιστές

“Ace Edit” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

1.1

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

1.0

  • Initial release