From 637ba7162a474f3b0b6e4a37bce0056e39fc0eed Mon Sep 17 00:00:00 2001 From: runxel Date: Wed, 25 Mar 2015 20:29:46 +0100 Subject: [PATCH] new version --- Messages/install.txt | 3 +-- Messages/v1.1.0.txt | 48 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 Messages/v1.1.0.txt diff --git a/Messages/install.txt b/Messages/install.txt index afe503c..755872a 100644 --- a/Messages/install.txt +++ b/Messages/install.txt @@ -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 diff --git a/Messages/v1.1.0.txt b/Messages/v1.1.0.txt new file mode 100644 index 0000000..afe503c --- /dev/null +++ b/Messages/v1.1.0.txt @@ -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!] \ No newline at end of file