Better File Editor Plugin
Adds line numbers, syntax highlighting, code folding, and lots more to the theme and plugin editors in the admin panel.
Installation
- Upload the entire
better-file-editor
folder to the /wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
Screenshots
Theme Editor
Changelog
2.3.1 (2015-10-18)
- Use no-conflict builds of ACE editor.
- Remove extraneous RequireJS dependency.
- Add extra namespacing to registered scripts to avoid conflicts.
2.3.0 (2015-10-08)
- Updated ACE editor to 1.2.0 (2015-07-11).
- New plugin structure with asset build system.
- Added support for translations (none provided yet).
- Improved autoindent for HTML and PHP.
- New Themes: IPlastic, SQL Server
- New Modes: Elixir, Elm, LiveScript, SQLServer
2.2.0 (2014-10-01)
- Updated ACE editor to 1.1.7 (2014-09-20).
- New Themes: KatzenMilch, Kuroir
- New Notable Modes: Handlebars, Smarty
- New HTML syntax checker, and improved PHP syntax checker.
2.1.2 (2013-12-01)
- Editor enabled based on support for HTML5 Canvas API, which removed
dependency on jQuery migrate layer for browser sniffing.
2.1 (2013-06-08)
- Updated ACE editor with new themes and syntax modes.
- New Themes: Ambiance, Chaos, Terminal, Xcode
- New Notable Modes: INI, Dart, ActionScript, MySQL, SASS, and HAML.
- Saves cursor position in file.
2.0 (2012-07-22)
- Complete rewrite built on Ajax.org Cloud9 Editor, and replacing official
plugin and theme editors rather than adding extra stand-alone editor.
1.0.1 (2009-12-19)
- Include local copy of Bespin editor JS rather than hotlinking from Mozilla.
1.0 (2009-06-13)
- Initial release based on Mozilla’s Bespin editor.