Version Description
- added Gutenberg information after the update to WordPress version 5.0
Download this release
Release Info
Developer | arniebradfo |
Plugin | HTML Editor Syntax Highlighter |
Version | 2.2.6 |
Comparing to | |
See all releases |
Code changes from version 2.2.5 to 2.2.6
- dist/hesh.css +1 -1
- dist/hesh.js +1 -1
- html-editor-syntax-highlighter.php +4 -4
- readme.txt +13 -7
dist/hesh.css
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Author URI: http://arniebradfo.com/
|
5 |
* Author: Peter Mukhortov
|
6 |
* Author URI: http://mukhortov.com/
|
7 |
-
* Version: 2.2.
|
8 |
**//* BASICS */.CodeMirror {
|
9 |
/* Set height, width, borders, and global font properties here */
|
10 |
font-family: monospace;
|
4 |
* Author URI: http://arniebradfo.com/
|
5 |
* Author: Peter Mukhortov
|
6 |
* Author URI: http://mukhortov.com/
|
7 |
+
* Version: 2.2.6
|
8 |
**//* BASICS */.CodeMirror {
|
9 |
/* Set height, width, borders, and global font properties here */
|
10 |
font-family: monospace;
|
dist/hesh.js
CHANGED
@@ -22451,7 +22451,7 @@ CodeMirror.registerHelper("fold", "indent", function(cm, start) {
|
|
22451 |
* @link http://arniebradfo.com/
|
22452 |
* @author Petr Mukhortov
|
22453 |
* @link http://mukhortov.com/
|
22454 |
-
* @since 2.2.
|
22455 |
*/
|
22456 |
|
22457 |
// console.log(window.heshOptions); // from wordpress php
|
22451 |
* @link http://arniebradfo.com/
|
22452 |
* @author Petr Mukhortov
|
22453 |
* @link http://mukhortov.com/
|
22454 |
+
* @since 2.2.6
|
22455 |
*/
|
22456 |
|
22457 |
// console.log(window.heshOptions); // from wordpress php
|
html-editor-syntax-highlighter.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
|
4 |
/**
|
5 |
-
* @since 2.2.
|
6 |
* @package HESH_plugin
|
7 |
*
|
8 |
* Plugin Name: HTML Editor Syntax Highlighter
|
@@ -17,10 +17,10 @@
|
|
17 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
18 |
* GitHub Branch: master
|
19 |
* GitHub Plugin URI: https://github.com/mukhortov/HESH-WordPress-Plugin
|
20 |
-
* Version: 2.2.
|
21 |
* Requires at least: 4.0.15
|
22 |
-
* Tested up to:
|
23 |
-
* Stable tag: 2.2.
|
24 |
**/
|
25 |
|
26 |
// Check for required PHP version
|
2 |
|
3 |
|
4 |
/**
|
5 |
+
* @since 2.2.6
|
6 |
* @package HESH_plugin
|
7 |
*
|
8 |
* Plugin Name: HTML Editor Syntax Highlighter
|
17 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
18 |
* GitHub Branch: master
|
19 |
* GitHub Plugin URI: https://github.com/mukhortov/HESH-WordPress-Plugin
|
20 |
+
* Version: 2.2.6
|
21 |
* Requires at least: 4.0.15
|
22 |
+
* Tested up to: 5.0.1
|
23 |
+
* Stable tag: 2.2.6
|
24 |
**/
|
25 |
|
26 |
// Check for required PHP version
|
readme.txt
CHANGED
@@ -3,16 +3,16 @@ Contributors: nixdns, arniebradfo, rraub, collinprice
|
|
3 |
Donate link: https://www.paypal.me/mukhortov/5
|
4 |
Tags: syntax highlighter, codemirror, text editor, code highlighter, code coloring, editor, html editor, theme editor, plugin editor, syntax, highlighting, highlighter, syntax highlighting, codemirror.js, code,
|
5 |
Requires at least: 4.0.15
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 2.2.
|
8 |
License: GPL-2.0
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
Add syntax highlighting to the
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
Add syntax highlighting in the
|
16 |
|
17 |
= Features =
|
18 |
|
@@ -28,6 +28,9 @@ If you would like to contribute to this plugin, view the [github repo](https://g
|
|
28 |
|
29 |
== Frequently Asked Questions ==
|
30 |
|
|
|
|
|
|
|
31 |
= Does it work with Internet Explorer? =
|
32 |
Not really... It is partially supported in IE 11. Known bugs are tracked [here](https://github.com/mukhortov/HESH-WordPress-Plugin/issues/41), but won't be fixed. Anything less that IE 10 isn't even supported by Microsoft anymore. If you are using Internet Explorer you should get a [better browser](https://www.mozilla.org/en-US/firefox/new/).
|
33 |
|
@@ -37,10 +40,13 @@ The fullscreen button on the top right of the editor will do one of two things d
|
|
37 |
* Off: Toggles the "fullscreen mode".
|
38 |
|
39 |
= Can I search? =
|
40 |
-
Yes!
|
41 |
|
42 |
== Changelog ==
|
43 |
|
|
|
|
|
|
|
44 |
= 2.2.5 =
|
45 |
* fixed bug: #75 removing `f` typo
|
46 |
|
@@ -60,7 +66,7 @@ Yes! Seach with `Ctrl+F` (`Cmd+F` on Mac). Replace with `Ctrl+alt+F` (`Cmd+alt+F
|
|
60 |
|
61 |
= 2.2.0 =
|
62 |
* added search & replace with dialog
|
63 |
-
* added
|
64 |
* added auto-close tags and brackets option
|
65 |
* added code-folding option
|
66 |
* added scrollbars option
|
@@ -104,7 +110,7 @@ Yes! Seach with `Ctrl+F` (`Cmd+F` on Mac). Replace with `Ctrl+alt+F` (`Cmd+alt+F
|
|
104 |
* Ctrl-S / Cmd-S saving will now select "Save Draft" if the post has not been published yet
|
105 |
* Switched to an [npm](https://www.npmjs.com/) and [grunt.js](http://gruntjs.com/) based build so new versions of CodeMirror can be applied easier
|
106 |
* Updated CodeMirror to its latest version
|
107 |
-
* Fixed FireFox bug: `<select>`
|
108 |
* Fixed bug: toolbar covering text at small screen width
|
109 |
* Fixed bug: `switchEditors is undefined`
|
110 |
* Updated Css for wp 4.5
|
3 |
Donate link: https://www.paypal.me/mukhortov/5
|
4 |
Tags: syntax highlighter, codemirror, text editor, code highlighter, code coloring, editor, html editor, theme editor, plugin editor, syntax, highlighting, highlighter, syntax highlighting, codemirror.js, code,
|
5 |
Requires at least: 4.0.15
|
6 |
+
Tested up to: 5.0.1
|
7 |
+
Stable tag: 2.2.6
|
8 |
License: GPL-2.0
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
Add syntax highlighting to the classic WordPress code editors using Codemirror.js
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
Add syntax highlighting in the Classic Post & Page HTML text editor and the Theme & Plugin editors using Codemirror.js (Gutenberg unsupported)
|
16 |
|
17 |
= Features =
|
18 |
|
28 |
|
29 |
== Frequently Asked Questions ==
|
30 |
|
31 |
+
= Does it work with Gutenberg? =
|
32 |
+
No. 😞 [Maybe in the future?](https://github.com/mukhortov/HESH-WordPress-Plugin/issues/72) Since WordPress version 5.0, you'll have to download the [Classic Editor plugin](https://wordpress.org/plugins/classic-editor/) for this plugin to work.
|
33 |
+
|
34 |
= Does it work with Internet Explorer? =
|
35 |
Not really... It is partially supported in IE 11. Known bugs are tracked [here](https://github.com/mukhortov/HESH-WordPress-Plugin/issues/41), but won't be fixed. Anything less that IE 10 isn't even supported by Microsoft anymore. If you are using Internet Explorer you should get a [better browser](https://www.mozilla.org/en-US/firefox/new/).
|
36 |
|
40 |
* Off: Toggles the "fullscreen mode".
|
41 |
|
42 |
= Can I search? =
|
43 |
+
Yes! Search with `Ctrl+F` (`Cmd+F` on Mac). Replace with `Ctrl+alt+F` (`Cmd+alt+F` on Mac).
|
44 |
|
45 |
== Changelog ==
|
46 |
|
47 |
+
= 2.2.6 =
|
48 |
+
* added Gutenberg information after the update to WordPress version 5.0
|
49 |
+
|
50 |
= 2.2.5 =
|
51 |
* fixed bug: #75 removing `f` typo
|
52 |
|
66 |
|
67 |
= 2.2.0 =
|
68 |
* added search & replace with dialog
|
69 |
+
* added highlighting options
|
70 |
* added auto-close tags and brackets option
|
71 |
* added code-folding option
|
72 |
* added scrollbars option
|
110 |
* Ctrl-S / Cmd-S saving will now select "Save Draft" if the post has not been published yet
|
111 |
* Switched to an [npm](https://www.npmjs.com/) and [grunt.js](http://gruntjs.com/) based build so new versions of CodeMirror can be applied easier
|
112 |
* Updated CodeMirror to its latest version
|
113 |
+
* Fixed FireFox bug: `<select>` drop-down would not display due to `::active` state `transform` property
|
114 |
* Fixed bug: toolbar covering text at small screen width
|
115 |
* Fixed bug: `switchEditors is undefined`
|
116 |
* Updated Css for wp 4.5
|