Skip to content

Commit a6fb268

Browse files
committed
update for new version
1 parent 1ce8915 commit a6fb268

File tree

3 files changed

+53
-9
lines changed

3 files changed

+53
-9
lines changed

Messages/install.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
Thanks for installing the Sublime Text package for GDL!
1+
Thanks for installing the GDL Sublime Text package!
22

33

44
What's new ???
55
===============
66

7-
• we have auto completion now
8-
[you may have to force it with `ctrl + space`!]
9-
10-
• we have snippets!
11-
[they are in the "Snippets" folder, just make your own aswell, or edit them :)]
7+
• BUGFIX for github issue #1 (*)
8+
Now everything should work fine again. Even on ST 2. (atleast here on my Windows machine)
129

10+
[(*) aka: the issue everyone expected... I'm sorry!]
1311

1412

1513
How to use
@@ -33,11 +31,13 @@ Copy this into the new file and save:
3331
GDL color scheme
3432
----------------
3533

36-
This color scheme is especially made for a comfortable working GDL coding environment in Sublime Text.
37-
If you like it: I have a also a more complete color scheme aligned with a beatiful an minimal UI theme.
34+
This color scheme is made especially for a comfortable GDL coding environment in Sublime Text.
35+
If you like it: I have also a more complete color scheme aligned with a beatiful and minimal UI theme.
3836
You can find it here: https://github.com/runxel/hitoshi
37+
Give it a try!
3938

4039

4140
THANKS
4241
---------------
43-
- to Jochen Suehlo for his help
42+
- to Jochen Suehlo for his help
43+
- to JS and Frank Beister for selfgdl.de [this project would not possible without this great resource!]

Messages/v1.0.0.txt

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
Thanks for installing the Sublime Text package for GDL!
2+
3+
4+
What's new ???
5+
===============
6+
7+
• we have auto completion now
8+
[you may have to force it with `ctrl + space`!]
9+
10+
• we have snippets!
11+
[they are in the "Snippets" folder, just make your own aswell, or edit them :)]
12+
13+
14+
15+
How to use
16+
===============
17+
18+
From now you can just select `GDL` from the code-language menu in the bottom right corner of Sublime Text.
19+
BUT wait! There's more!
20+
21+
Activate the color scheme
22+
-------------------------
23+
24+
Activate color scheme by modifying a syntax specific preferences file, which you can find using the menu item `Preferences -> Settings - More -> Syntax Specific – User`.
25+
26+
Copy this into the new file and save:
27+
28+
{
29+
"color_scheme": "Packages/GDL/GDL.tmTheme"
30+
}
31+
32+
33+
GDL color scheme
34+
----------------
35+
36+
This color scheme is especially made for a comfortable working GDL coding environment in Sublime Text.
37+
If you like it: I have a also a more complete color scheme aligned with a beatiful an minimal UI theme.
38+
You can find it here: https://github.com/runxel/hitoshi
39+
40+
41+
THANKS
42+
---------------
43+
- to Jochen Suehlo for his help

messages.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"install": "messages/install.txt",
3+
"v1.0.0": "messages/v1.0.0.txt",
34
"v0.3.0": "messages/v0.3.0.txt",
45
"v0.2.2": "messages/v0.2.2.txt",
56
"v0.2.0": "messages/v0.2.0.txt"

0 commit comments

Comments
 (0)