Changes between Initial Version and Version 1 of Ticket #24048, comment 9
- Timestamp:
- 02/05/2014 04:48:59 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24048, comment 9
initial v1 1 1 Aside from visual aides, one of the main reasons I'd get behind this is simply to provide a way to edit any file within a plugin or theme. As it stands, the plugin / theme does not always make all of the files of the theme or plugin available. I'm not sure of the exact logic for how the files are loaded, but it seems that only files included directly into the main plugin file or theme's functions.php file are displayed. 2 2 3 The [http://wordpress.org/plugins/wp-editor/ WP Editor] gets around this limitation by providing a browsable directory structure. I think it's overkill for what this ticket should and/or could introduce, but it does provide a nice contrast in usability to the current editor.3 The [http://wordpress.org/plugins/wp-editor/ WP Editor] plugin gets around this limitation by providing a browsable directory structure. I think it's overkill for what this ticket should and/or could introduce, but it does provide a nice contrast in usability to the current editor. 4 4 5 5 To summarize, I'd love to see the ability to show / edit all files within a plugin or theme instead of just some.