Changeset 1810820
- Timestamp:
- 01/28/2018 07:02:05 PM (8 years ago)
- Location:
- solid-code-theme-editor
- Files:
-
- 49 added
- 2 edited
-
tags/1.1.1 (added)
-
tags/1.1.1/ace (added)
-
tags/1.1.1/ace/LICENSE (added)
-
tags/1.1.1/ace/ace.js (added)
-
tags/1.1.1/ace/ext-beautify.js (added)
-
tags/1.1.1/ace/ext-chromevox.js (added)
-
tags/1.1.1/ace/ext-elastic_tabstops_lite.js (added)
-
tags/1.1.1/ace/ext-emmet.js (added)
-
tags/1.1.1/ace/ext-error_marker.js (added)
-
tags/1.1.1/ace/ext-keybinding_menu.js (added)
-
tags/1.1.1/ace/ext-language_tools.js (added)
-
tags/1.1.1/ace/ext-linking.js (added)
-
tags/1.1.1/ace/ext-modelist.js (added)
-
tags/1.1.1/ace/ext-old_ie.js (added)
-
tags/1.1.1/ace/ext-searchbox.js (added)
-
tags/1.1.1/ace/ext-settings_menu.js (added)
-
tags/1.1.1/ace/ext-spellcheck.js (added)
-
tags/1.1.1/ace/ext-split.js (added)
-
tags/1.1.1/ace/ext-static_highlight.js (added)
-
tags/1.1.1/ace/ext-statusbar.js (added)
-
tags/1.1.1/ace/ext-textarea.js (added)
-
tags/1.1.1/ace/ext-themelist.js (added)
-
tags/1.1.1/ace/ext-whitespace.js (added)
-
tags/1.1.1/ace/keybinding-emacs.js (added)
-
tags/1.1.1/ace/keybinding-vim.js (added)
-
tags/1.1.1/ace/mode-css.js (added)
-
tags/1.1.1/ace/mode-html.js (added)
-
tags/1.1.1/ace/mode-javascript.js (added)
-
tags/1.1.1/ace/mode-less.js (added)
-
tags/1.1.1/ace/mode-mysql.js (added)
-
tags/1.1.1/ace/mode-php.js (added)
-
tags/1.1.1/ace/mode-sql.js (added)
-
tags/1.1.1/ace/mode-text.js (added)
-
tags/1.1.1/ace/mode-xml.js (added)
-
tags/1.1.1/ace/theme-chrome.js (added)
-
tags/1.1.1/ace/worker-css.js (added)
-
tags/1.1.1/ace/worker-html.js (added)
-
tags/1.1.1/ace/worker-javascript.js (added)
-
tags/1.1.1/ace/worker-json.js (added)
-
tags/1.1.1/ace/worker-php.js (added)
-
tags/1.1.1/ace/worker-xquery.js (added)
-
tags/1.1.1/readme.txt (added)
-
tags/1.1.1/sc-theme-backup.php (added)
-
tags/1.1.1/sc-theme-downloader.php (added)
-
tags/1.1.1/sc-theme-editor.php (added)
-
tags/1.1.1/screenshot-1.jpg (added)
-
tags/1.1.1/scte-script.js (added)
-
tags/1.1.1/scte-style.css (added)
-
tags/1.1.1/tempZips (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sc-theme-editor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
solid-code-theme-editor/trunk/readme.txt
r1055186 r1810820 7 7 Stable tag: trunk 8 8 9 An enhanced theme editor with a better tree view of the theme files and folders and some extra functionality 9 This plugin is no longer supported 10 10 11 11 == Description == 12 12 13 An enhanced theme editor with a better tree view of the theme files and folders and some extra functionality. 13 This plugin is no longer supported 14 14 15 15 #### WARNING 16 16 17 Changing Theme files may harm your WordPress Site installation, please do not install this plugin unless you know exactly what you are doing. 18 Make sure you backup all your files before installing this plugin. 17 This plugin is no longer supported 19 18 20 19 #### Features and highlights: 21 20 22 * View any theme files in a tree view structure (including sub directories) 23 * View all files (not just PHP and CSS) 24 * Edit the following file extensions: LESS, PHP, CSS, JS, XML, HTML, HTM, TXT, SQL 25 * Syntax highlighter and line numbers 26 * Download a ZIP backup of the whole theme 27 * Download individual files 28 * Create and Delete files 21 This plugin is no longer supported 29 22 30 23 == Installation == 31 24 32 T o install this plugin please use the "install" feature from the WordPress site.25 This plugin is no longer supported 33 26 34 27 == Frequently Asked Questions == … … 77 70 * added LESS support 78 71 72 = 1.1.1 = 73 * discontinued support 74 79 75 == Upgrade Notice == 80 76 81 added LESS support 77 This plugin is no longer supported -
solid-code-theme-editor/trunk/sc-theme-editor.php
r1055186 r1810820 4 4 Plugin URI: http://solid-code.co.uk/2011/08/solid-code-theme-editor/ 5 5 Description: Adds a special editor to the theme editor with more functionality 6 Version: 1.1. 06 Version: 1.1.1 7 7 Author: Dagan Lev 8 8 Author URI: http://solid-code.co.uk … … 160 160 <div class="wrap"> 161 161 <div id="icon-themes" class="icon32"><br /></div><h2>Solid Code Theme Editor</h2> 162 <div class="error"><p style="font-size:26px;">I am sorry but this plugin is no longer supported, please Deactivate it and Delete from your site, or continue to use at your own risk.</p></div> 162 163 <p><b style="color:red;">WARNING!!!</b> - changing Theme files may harm your WordPress Site installation, please do not proceed unless you know exactly what you are doing.</p> 163 164 <?php
Note: See TracChangeset
for help on using the changeset viewer.