Skip to content

Commit 31e6126

Browse files
committed
for new version
1 parent e9765aa commit 31e6126

File tree

3 files changed

+58
-9
lines changed

3 files changed

+58
-9
lines changed

Messages/install.txt

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

7-
• UI_NEXT and UI_PREV are now onboard
8-
• colors changed slightly
9-
• also functions in functions are styled correctly now
7+
• "NOT" is now a function
8+
• we have now two different flavored color schemes: dark and light
109

1110

1211
How to use
@@ -18,14 +17,21 @@ BUT wait! There's more!
1817
Activate the color scheme
1918
-------------------------
2019

21-
Activate color scheme by modifying a syntax specific preferences file, which you can find using the menu item `Preferences -> Settings - More -> Syntax Specific – User`.
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`.
2221

23-
Copy this into the new file and save:
22+
There a 2 different color schemes at choice: A dark and light one. _I muchly recommend the dark one for fatigue-proof coding!_
2423

25-
{
26-
"color_scheme": "Packages/GDL/GDL.tmTheme"
24+
Copy _one_ of these into the new file and save:
25+
26+
Dark:
27+
{
28+
"color_scheme": "Packages/GDL/GDL-dark.tmTheme"
2729
}
2830

31+
Light:
32+
{
33+
"color_scheme": "Packages/GDL/GDL-light.tmTheme"
34+
}
2935

3036
GDL color scheme
3137
----------------
@@ -38,5 +44,5 @@ Give it a try!
3844

3945
THANKS
4046
---------------
41-
- to Jochen Suehlo for his help
42-
- to JS and Frank Beister for selfgdl.de [this project would not be possible without this great resource!]
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!]

Messages/v1.0.2.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
Thanks for installing the GDL Sublime Text package!
2+
3+
4+
What's new ???
5+
===============
6+
7+
• UI_NEXT and UI_PREV are now onboard
8+
• colors changed slightly
9+
• also functions in functions are styled correctly now
10+
11+
12+
How to use
13+
===============
14+
15+
From now you can just select `GDL` from the code-language menu in the bottom right corner of Sublime Text.
16+
BUT wait! There's more!
17+
18+
Activate the color scheme
19+
-------------------------
20+
21+
Activate color scheme by modifying a syntax specific preferences file, which you can find using the menu item `Preferences -> Settings - More -> Syntax Specific – User`.
22+
23+
Copy this into the new file and save:
24+
25+
{
26+
"color_scheme": "Packages/GDL/GDL.tmTheme"
27+
}
28+
29+
30+
GDL color scheme
31+
----------------
32+
33+
This color scheme is made especially for a comfortable GDL coding environment in Sublime Text.
34+
If you like it: I have also a more complete color scheme aligned with a beatiful and minimal UI theme.
35+
You can find it here: https://github.com/runxel/hitoshi
36+
Give it a try!
37+
38+
39+
THANKS
40+
---------------
41+
- to Jochen Suehlo for his help
42+
- to JS and Frank Beister for selfgdl.de [this project would not be possible without this great resource!]

messages.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"install": "Messages/install.txt",
3+
"v1.0.2": "Messages/v1.0.2.txt",
34
"v1.0.1": "Messages/v1.0.1.txt",
45
"v1.0.0": "Messages/v1.0.0.txt",
56
"v0.3.0": "Messages/v0.3.0.txt",

0 commit comments

Comments
 (0)