Skip to content

Commit 7c1d197

Browse files
committed
update
1 parent bce0a39 commit 7c1d197

File tree

3 files changed

+52
-8
lines changed

3 files changed

+52
-8
lines changed

Messages/install.txt

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ Thanks for installing the GDL Sublime Text package!
44
What's new ???
55
===============
66

7-
• BUGFIX for github issue #1 (*)
8-
Now everything should work fine again. Even on ST 2. (atleast here on my Windows machine)
9-
10-
[(*) aka: the issue everyone expected... I'm sorry!]
7+
• UI_NEXT and UI_PREV are now onboard
8+
• colors changed slightly
9+
• also functions in functions are styled correctly now
1110

1211

1312
How to use
@@ -40,4 +39,4 @@ Give it a try!
4039
THANKS
4140
---------------
4241
- to Jochen Suehlo for his help
43-
- to JS and Frank Beister for selfgdl.de [this project would not possible without this great resource!]
42+
- to JS and Frank Beister for selfgdl.de [this project would not be possible without this great resource!]

Messages/v1.0.1.txt

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
Thanks for installing the GDL Sublime Text package!
2+
3+
4+
What's new ???
5+
===============
6+
7+
• BUGFIX for github issue #1 (*)
8+
Now everything should work fine again. Even on ST 2. (atleast here on my Windows machine)
9+
10+
[(*) aka: the issue everyone expected... I'm sorry!]
11+
12+
13+
How to use
14+
===============
15+
16+
From now you can just select `GDL` from the code-language menu in the bottom right corner of Sublime Text.
17+
BUT wait! There's more!
18+
19+
Activate the color scheme
20+
-------------------------
21+
22+
Activate color scheme by modifying a syntax specific preferences file, which you can find using the menu item `Preferences -> Settings - More -> Syntax Specific – User`.
23+
24+
Copy this into the new file and save:
25+
26+
{
27+
"color_scheme": "Packages/GDL/GDL.tmTheme"
28+
}
29+
30+
31+
GDL color scheme
32+
----------------
33+
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.
36+
You can find it here: https://github.com/runxel/hitoshi
37+
Give it a try!
38+
39+
40+
THANKS
41+
---------------
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!]

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This package provides **syntax highlighting** together with a well aligned **col
1414
## Installation
1515

1616
### Using Sublime Package Control
17-
*recommended*
17+
_recommended_
1818
If you are using [Sublime Package Control](http://wbond.net/sublime_packages/package_control), you can easily install the bundle via the `Sublime Text -> Preferences -> Package Control: Install Package` menu item.
1919

2020
### Using Git
@@ -36,9 +36,11 @@ But wait! There's more!
3636
Activate a well aligned color scheme by modifying the syntax specific preferences file, which you can find using the menu item `Preferences -> Settings - More -> Syntax Specific – User`, after you set the syntax to `GDL` for the current file.
3737

3838
Copy this into the new file and save:
39-
`{
39+
```json
40+
{
4041
"color_scheme": "Packages/GDL/GDL.tmTheme"
41-
}`
42+
}
43+
```
4244

4345
### Auto completion + Snippets
4446
You may have to force the auto completion via `ctrl + space`.

0 commit comments

Comments
 (0)