From a1cad08fa9a835acb3cd2aab5c83cceeee7105e4 Mon Sep 17 00:00:00 2001 From: runxel Date: Tue, 31 Mar 2015 16:16:36 +0200 Subject: [PATCH] new version --- Messages/install.txt | 2 +- Messages/v1.1.4.txt | 47 ++++++++++++++++++++++++++++++++++++++++++++ messages.json | 1 + 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 Messages/v1.1.4.txt diff --git a/Messages/install.txt b/Messages/install.txt index 79c1585..a3dc312 100644 --- a/Messages/install.txt +++ b/Messages/install.txt @@ -4,7 +4,7 @@ Thanks for installing the GDL Sublime Text package! What's new ??? =============== -• problem with subroutines fixed +• problem with GROUP-ENDGROUP fixed How to use diff --git a/Messages/v1.1.4.txt b/Messages/v1.1.4.txt new file mode 100644 index 0000000..79c1585 --- /dev/null +++ b/Messages/v1.1.4.txt @@ -0,0 +1,47 @@ +Thanks for installing the GDL Sublime Text package! + + +What's new ??? +=============== + +• problem with subroutines 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!] \ No newline at end of file diff --git a/messages.json b/messages.json index d48763a..3fb0125 100644 --- a/messages.json +++ b/messages.json @@ -1,5 +1,6 @@ { "install": "Messages/install.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", "v1.1.1": "Messages/v1.1.1.txt",