Skip to content

Commit 264caff

Browse files
committed
new version
1 parent 9ae9745 commit 264caff

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

Messages/install.txt

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

7-
problem with GROUP-ENDGROUP fixed
7+
syntax highlighting in xml enabled
88

99

1010
How to use

Messages/v1.1.5.txt

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

0 commit comments

Comments
 (0)