Skip to content

Commit

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

problem with GROUP-ENDGROUP fixed
syntax highlighting in xml enabled


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


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

• problem with GROUP-ENDGROUP fixed


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!]
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"install": "Messages/install.txt",
"v1.1.5": "Messages/v1.1.5.txt",
"v1.1.4": "Messages/v1.1.4.txt",
"v1.1.3": "Messages/v1.1.3.txt",
"v1.1.2": "Messages/v1.1.2.txt",
Expand Down

0 comments on commit 264caff

Please sign in to comment.