From b876d6b5c175bcff4ee3d760b20171579160bd56 Mon Sep 17 00:00:00 2001 From: runxel Date: Sat, 28 Mar 2015 22:53:31 +0100 Subject: [PATCH] new version --- Messages/install.txt | 2 +- Messages/v1.1.1.txt | 47 ++++++++++++++++++++++++++++++++++++++++++++ messages.json | 1 + 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 Messages/v1.1.1.txt diff --git a/Messages/install.txt b/Messages/install.txt index 755872a..e1e9062 100644 --- a/Messages/install.txt +++ b/Messages/install.txt @@ -4,7 +4,7 @@ Thanks for installing the GDL Sublime Text package! What's new ??? =============== -• "CUTEND" was missing, this is fixed now +• function brackets are now styled as well How to use diff --git a/Messages/v1.1.1.txt b/Messages/v1.1.1.txt new file mode 100644 index 0000000..755872a --- /dev/null +++ b/Messages/v1.1.1.txt @@ -0,0 +1,47 @@ +Thanks for installing the GDL Sublime Text package! + + +What's new ??? +=============== + +• "CUTEND" was missing, this is fixed now + + +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 3257abd..e4748a1 100644 --- a/messages.json +++ b/messages.json @@ -1,5 +1,6 @@ { "install": "Messages/install.txt", + "v1.1.1": "Messages/v1.1.1.txt", "v1.1.0": "Messages/v1.1.0.txt", "v1.0.2": "Messages/v1.0.2.txt", "v1.0.1": "Messages/v1.0.1.txt",