Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
runxel committed Mar 25, 2015
1 parent 3999e5b commit 637ba71
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Messages/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Thanks for installing the GDL Sublime Text package!
What's new ???
===============

• "NOT" is now a function
• we have now two different flavored color schemes: dark and light
• "CUTEND" was missing, this is fixed now


How to use
Expand Down
48 changes: 48 additions & 0 deletions Messages/v1.1.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
Thanks for installing the GDL Sublime Text package!


What's new ???
===============

• "NOT" is now a function
• we have now two different flavored color schemes: dark and light


How to use
===============

From now you can just select `GDL` from the code-language menu in the bottom right corner of Sublime Text.
BUT wait! There's more!

Activate the color scheme
-------------------------

Activate the color scheme by modifying a syntax specific preferences file, which you can find using the menu item `Preferences -> Settings - More -> Syntax Specific – User`.

There a 2 different color schemes at choice: A dark and light one. _I muchly recommend the dark one for fatigue-proof coding!_

Copy _one_ of these into the new file and save:

Dark:
{
"color_scheme": "Packages/GDL/GDL-dark.tmTheme"
}

Light:
{
"color_scheme": "Packages/GDL/GDL-light.tmTheme"
}

GDL color scheme
----------------

This color scheme is made especially for a comfortable GDL coding environment in Sublime Text.
If you like it: I have also a more complete color scheme aligned with a beatiful and minimal UI theme.
You can find it here: https://github.com/runxel/hitoshi
Give it a try!


THANKS
---------------
- to Jochen Suehlo and Frank Beister for their help and
- for selfgdl.de [this project would not be possible without this great resource!]

0 comments on commit 637ba71

Please sign in to comment.