- Timestamp:
- 05/23/2012 01:54:31 PM (14 years ago)
- Location:
- wpide/trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
WPide.php (modified) (2 diffs)
-
jqueryFileTree.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpide/trunk
-
Property
svn:ignore
set to
wporg-deploy.sh
README.md
.git
.gitignore
-
Property
svn:ignore
set to
-
wpide/trunk/WPide.php
r547229 r548058 4 4 Plugin URI: https://github.com/WPsites/WPide 5 5 Description: WordPress code editor with auto completion of both WordPress and PHP functions with reference, syntax highlighting, line numbers, tabbed editing, automatic backup. 6 Version: 2.0. 96 Version: 2.0.10 7 7 Author: Simon Dunton 8 8 Author URI: http://www.wpsites.co.uk … … 554 554 555 555 }); 556 557 jQuery.ajaxSetup({async:true});//enable async again 556 558 557 559 -
wpide/trunk/jqueryFileTree.js
r541881 r548058 90 90 jQuery.ajaxSetup({async:false}); //we need to wait until we get the response 91 91 showTree( $(this), escape(o.root) ); 92 jQuery.ajaxSetup({async:true}); //enable async again 92 93 93 94 //if nothing returned then let user know something wrong with permissions -
wpide/trunk/readme.txt
r547229 r548058 4 4 Requires at least: 3.0 5 5 Tested up to: 3.3.2 6 Stable tag: 2.0. 96 Stable tag: 2.0.10 7 7 8 8 WordPress code editor with auto completion of both WordPress and PHP functions with reference, syntax highlighting, line numbers, tabbed editing, automatic backup. … … 77 77 == Changelog == 78 78 79 = 2.0.10 = 80 * Fixed a problem with file loading (ajax) indicator not showing. 81 79 82 = 2.0.9 = 80 83 * Upload snapshot of current ajaxorg editor (master/build/src) at 00:30 on the 22 May 2012. Which fixes some issues with selecting big blocks of text, code folding seems better with gutter interface hidden when not in use
Note: See TracChangeset
for help on using the changeset viewer.