Changeset 609180
- Timestamp:
- 10/07/2012 02:56:25 PM (13 years ago)
- Location:
- ace-editor-for-wp
- Files:
-
- 3 edited
- 10 copied
-
tags/0.6 (copied) (copied from ace-editor-for-wp/trunk)
-
tags/0.6/ACE_LICENSE.txt (copied) (copied from ace-editor-for-wp/trunk/ACE_LICENSE.txt)
-
tags/0.6/ace (copied) (copied from ace-editor-for-wp/trunk/ace)
-
tags/0.6/ace4wp.php (copied) (copied from ace-editor-for-wp/trunk/ace4wp.php) (1 diff)
-
tags/0.6/aceinit.js (copied) (copied from ace-editor-for-wp/trunk/aceinit.js) (1 diff)
-
tags/0.6/no-visual.php (copied) (copied from ace-editor-for-wp/trunk/no-visual.php)
-
tags/0.6/readme.md (copied) (copied from ace-editor-for-wp/trunk/readme.md)
-
tags/0.6/readme.txt (copied) (copied from ace-editor-for-wp/trunk/readme.txt) (1 diff)
-
tags/0.6/screenshot.png (copied) (copied from ace-editor-for-wp/trunk/screenshot.png)
-
tags/0.6/uninstall.php (copied) (copied from ace-editor-for-wp/trunk/uninstall.php)
-
trunk/ace4wp.php (modified) (1 diff)
-
trunk/aceinit.js (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ace-editor-for-wp/tags/0.6/ace4wp.php
r609173 r609180 3 3 Plugin Name: ACE Editor for WP 4 4 Description: Adds ACE Editor to the post content editor for syntax-highlighting and more 5 Version: 0. 55 Version: 0.6 6 6 Author: daxitude 7 7 Author URI: http://github.com/daxitude/ -
ace-editor-for-wp/tags/0.6/aceinit.js
r609173 r609180 124 124 // overwrites the default 125 125 setEditorContent: function () { 126 var value = (getUserSetting('editor') == 'tinymce' ) ?126 var value = (getUserSetting('editor') == 'tinymce' && window.tinyMCE) ? 127 127 tinyMCE.get(this.element).getContent() : 128 128 this.$elem.val(); // need to use val for compat with IE -
ace-editor-for-wp/tags/0.6/readme.txt
r609173 r609180 4 4 Requires at least: 3.4 5 5 Tested up to: 3.4.2 6 Stable tag: 0. 56 Stable tag: 0.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
ace-editor-for-wp/trunk/ace4wp.php
r609173 r609180 3 3 Plugin Name: ACE Editor for WP 4 4 Description: Adds ACE Editor to the post content editor for syntax-highlighting and more 5 Version: 0. 55 Version: 0.6 6 6 Author: daxitude 7 7 Author URI: http://github.com/daxitude/ -
ace-editor-for-wp/trunk/aceinit.js
r609173 r609180 124 124 // overwrites the default 125 125 setEditorContent: function () { 126 var value = (getUserSetting('editor') == 'tinymce' ) ?126 var value = (getUserSetting('editor') == 'tinymce' && window.tinyMCE) ? 127 127 tinyMCE.get(this.element).getContent() : 128 128 this.$elem.val(); // need to use val for compat with IE -
ace-editor-for-wp/trunk/readme.txt
r609173 r609180 4 4 Requires at least: 3.4 5 5 Tested up to: 3.4.2 6 Stable tag: 0. 56 Stable tag: 0.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.