Skip to content

Commit

Permalink
general bugfixes within yaml theme headers for wordpress plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Dittrich committed Nov 12, 2014
1 parent cbeb9db commit 3c7170e
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 39 deletions.
28 changes: 14 additions & 14 deletions Build/EnlighterJS.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: EnlighterJS
description: Post Syntax Highlighter for MooTools - based on the famous Lighter.js
license: MIT-Style X11 License
version: 2.3
build: 6859130cf2364613966c86eea124ae91/October 9 2014
version: 2.4
build: 44cdbd6b4276afd7d6a6bf8e156281c2/November 13 2014
authors:
- Andi Dittrich (author of EnlighterJS)
Expand Down Expand Up @@ -322,7 +322,7 @@ styles:
color: '#000000'
line:
font-family: Consolas, "Source Code Pro", "Courier New", Monospace
font-size: 10px
font-size: 11px
line-height: 16px
color: '#aaaaaa'
raw:
Expand Down Expand Up @@ -1152,14 +1152,14 @@ styles:
color: '#000000'
line:
font-family: "Source Code Pro", "Courier New", Monospace
font-size: 13px
font-size: 11px
line-height: 16px
color: '#787878'
odd: '#ffffff'
even: '#ffffff'
raw:
font-family: "Source Code Pro", "Courier New", Monospace
font-size: 12px
font-size: 13px
line-height: 18px
color: '#717171'
background-color: '#ffffff'
Expand Down Expand Up @@ -1294,20 +1294,20 @@ authors:
styles:
base:
font-family: Consolas, "Source Code Pro", "Courier New", Monospace
font-family: Menlo, Monaco, Consolas, "Source Code Pro", "Courier New", Monospace
font-size: 12px
color: '#000000'
line:
font-family: Consolas, "Source Code Pro", "Courier New", Monospace
font-size: 10px
line-height: 16px
font-family: Menlo, Monaco, Consolas, "Source Code Pro", "Courier New", Monospace
font-size: 11px
line-height: 18px
color: '#aaaaaa'
raw:
font-family: Consolas, "Source Code Pro", "Courier New", Monospace
font-size: 12px
line-height: 18px
color: '#717171'
background-color: '#ffffff'
font-family: Menlo, Monaco, Consolas, "Source Code Pro", "Courier New", Monospace
font-size: 13px
line-height: 20px
color: '#333333'
background-color: '#f7f7fa'
hover:
background-color: '#ffffe0'
specialline:
Expand Down
11 changes: 6 additions & 5 deletions Build/EnlighterJS.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: EnlighterJS
description: Post Syntax Highlighter for MooTools - based on the famous Lighter.js
license: MIT-Style X11 License
version: 2.3
build: 17e1d06512ea2b880e7adf7b0af9ce39/October 9 2014
version: 2.4
build: 1793fd3b665e16d572e7710e1864c25e/November 13 2014
authors:
- Andi Dittrich (author of EnlighterJS)
Expand Down Expand Up @@ -2318,13 +2318,14 @@ description: Nullsoft Scriptable Install System (NSIS)
license: MIT-style
authors:
- Jan T. Sott
- Andi Dittrich
- Jan T. Sott
- Andi Dittrich
requires:
- core/1.4.5
- core/1.4.5
provides: [EnlighterJS.Language.nsis]
...
*/
EnlighterJS.Language.nsis = new Class({

Expand Down
4 changes: 2 additions & 2 deletions Build/EnlighterJS.yui.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Build/EnlighterJS.yui.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Version 2.4 ###
* Bugfix: Wrong line-font-size in the Enlighter-Theme YAML header
* Bugfix: Wrong styles within the Beyond-Themes YAML header
* Bugfix: Wrong line-font-size in the Eclipse-Theme YAML header
* Bugfix: General fixes within the Documentation

### Version 2.3 ###
* Added Theme "Classic"
* Added Theme "Eclipse"
Expand Down
2 changes: 1 addition & 1 deletion Docs/04-Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following options can be passed to the following methods to customize the re
* **renderer** - (string) Defines the renderer used to generate the output. Use `Inline` for Inline-Syntax-Highlighting or `Block` for standard highlighting - default: **Block**
* **rawButton** - (boolean) Enables the optional "RAW Code Button" which will appear in ever codeblock (Block Renderer) to switch between highlighted and un-highlighted code - default: **true**
* **infoButton** - (boolean) Enables the optional "Info Button" which provides a link to `enlighterjs.andidittrich.de` - default: **true**
* **codeButton** - (boolean) Enables the optional "Window Button" which opens a new window with the unhighlighted "raw" code within - default: **true**
* **windowButton** - (boolean) Enables the optional "Window Button" which opens a new window with the unhighlighted "raw" code within - default: **true**
* **grouping** - (boolean) Enables code-groups (only used by `EnlighterJS.Util.Helper` utility) - default: **true**
* **inlineContainerTag** - (string) The html tag-name of the container (inline-syntax-highlighting only) where the generated code is wrapped into - default: **"span"**
* **ampersandCleanup** - (boolean) Should the ampersand escape sequence `&` automatically replaced by the ampersand sign during code cleanup ? Useful to resolve double escaped html code - default: **true**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ The following options can be passed to the following methods to customize the re
* **renderer** - (string) Defines the renderer used to generate the output. Use `Inline` for Inline-Syntax-Highlighting or `Block` for standard highlighting - default: **Block**
* **rawButton** - (boolean) Enables the optional "RAW Code Button" which will appear in ever codeblock (Block Renderer) to switch between highlighted and un-highlighted code - default: **true**
* **infoButton** - (boolean) Enables the optional "Info Button" which provides a link to `enlighterjs.andidittrich.de` - default: **true**
* **codeButton** - (boolean) Enables the optional "Window Button" which opens a new window with the unhighlighted "raw" code within - default: **true**
* **windowButton** - (boolean) Enables the optional "Window Button" which opens a new window with the unhighlighted "raw" code within - default: **true**
* **grouping** - (boolean) Enables code-groups (only used by `EnlighterJS.Util.Helper` utility) - default: **true**
* **inlineContainerTag** - (string) The html tag-name of the container (inline-syntax-highlighting only) where the generated code is wrapped into - default: **"span"**
* **ampersandCleanup** - (boolean) Should the ampersand escape sequence `&` automatically replaced by the ampersand sign during code cleanup ? Useful to resolve double escaped html code - default: **true**
Expand Down
18 changes: 9 additions & 9 deletions Source/Themes/Beyond.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ authors:
styles:
base:
font-family: Consolas, "Source Code Pro", "Courier New", Monospace
font-family: Menlo, Monaco, Consolas, "Source Code Pro", "Courier New", Monospace
font-size: 12px
color: '#000000'
line:
font-family: Consolas, "Source Code Pro", "Courier New", Monospace
font-size: 10px
line-height: 16px
font-family: Menlo, Monaco, Consolas, "Source Code Pro", "Courier New", Monospace
font-size: 11px
line-height: 18px
color: '#aaaaaa'
raw:
font-family: Consolas, "Source Code Pro", "Courier New", Monospace
font-size: 12px
line-height: 18px
color: '#717171'
background-color: '#ffffff'
font-family: Menlo, Monaco, Consolas, "Source Code Pro", "Courier New", Monospace
font-size: 13px
line-height: 20px
color: '#333333'
background-color: '#f7f7fa'
hover:
background-color: '#ffffe0'
specialline:
Expand Down
4 changes: 2 additions & 2 deletions Source/Themes/Eclipse.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ styles:
color: '#000000'
line:
font-family: "Source Code Pro", "Courier New", Monospace
font-size: 13px
font-size: 11px
line-height: 16px
color: '#787878'
odd: '#ffffff'
even: '#ffffff'
raw:
font-family: "Source Code Pro", "Courier New", Monospace
font-size: 12px
font-size: 13px
line-height: 18px
color: '#717171'
background-color: '#ffffff'
Expand Down
2 changes: 1 addition & 1 deletion Source/Themes/Enlighter.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ styles:
color: '#000000'
line:
font-family: Consolas, "Source Code Pro", "Courier New", Monospace
font-size: 10px
font-size: 11px
line-height: 16px
color: '#aaaaaa'
raw:
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<property name="yui.jar" value="Util/yuicompressor-2.4.8.jar" />
<property name="build.dir" value="Build/" />
<property name="www.dir" value="PublicHtml/" />
<property name="build.var.version" value="2.3" />
<property name="build.var.version" value="2.4" />

<!-- Themes to include !-->
<property name="include.themes" value="Source/Themes/MooTools.css Source/Themes/Enlighter.css Source/Themes/Git.css Source/Themes/Mocha.css Source/Themes/Panic.css Source/Themes/Tutti.css Source/Themes/Twilight.css Source/Themes/Classic.css Source/Themes/Eclipse.css Source/Themes/Beyond.css" />
Expand Down
2 changes: 1 addition & 1 deletion package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ category: Interface
tags: [parser, syntax highlighter]
demo: http://enlighterjs.andidittrich.de/Themes.html
docs: http://enlighterjs.andidittrich.de
current: v2.3
current: v2.4

0 comments on commit 3c7170e

Please sign in to comment.