Skip to content

Commit 637ba71

Browse files
committed
new version
1 parent 3999e5b commit 637ba71

File tree

2 files changed

+49
-2
lines changed

2 files changed

+49
-2
lines changed

Messages/install.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Thanks for installing the GDL Sublime Text package!
44
What's new ???
55
===============
66

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

109

1110
How to use

Messages/v1.1.0.txt

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
Thanks for installing the GDL Sublime Text package!
2+
3+
4+
What's new ???
5+
===============
6+
7+
• "NOT" is now a function
8+
• we have now two different flavored color schemes: dark and light
9+
10+
11+
How to use
12+
===============
13+
14+
From now you can just select `GDL` from the code-language menu in the bottom right corner of Sublime Text.
15+
BUT wait! There's more!
16+
17+
Activate the color scheme
18+
-------------------------
19+
20+
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`.
21+
22+
There a 2 different color schemes at choice: A dark and light one. _I muchly recommend the dark one for fatigue-proof coding!_
23+
24+
Copy _one_ of these into the new file and save:
25+
26+
Dark:
27+
{
28+
"color_scheme": "Packages/GDL/GDL-dark.tmTheme"
29+
}
30+
31+
Light:
32+
{
33+
"color_scheme": "Packages/GDL/GDL-light.tmTheme"
34+
}
35+
36+
GDL color scheme
37+
----------------
38+
39+
This color scheme is made especially for a comfortable GDL coding environment in Sublime Text.
40+
If you like it: I have also a more complete color scheme aligned with a beatiful and minimal UI theme.
41+
You can find it here: https://github.com/runxel/hitoshi
42+
Give it a try!
43+
44+
45+
THANKS
46+
---------------
47+
- to Jochen Suehlo and Frank Beister for their help and
48+
- for selfgdl.de [this project would not be possible without this great resource!]

0 commit comments

Comments
 (0)