You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Messages/install.txt
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,8 @@ Thanks for installing the GDL Sublime Text package!
4
4
What's new ???
5
5
===============
6
6
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
10
9
11
10
12
11
How to use
@@ -18,14 +17,21 @@ BUT wait! There's more!
18
17
Activate the color scheme
19
18
-------------------------
20
19
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`.
22
21
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!_
24
23
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"
27
29
}
28
30
31
+
Light:
32
+
{
33
+
"color_scheme": "Packages/GDL/GDL-light.tmTheme"
34
+
}
29
35
30
36
GDL color scheme
31
37
----------------
@@ -38,5 +44,5 @@ Give it a try!
38
44
39
45
THANKS
40
46
---------------
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!]
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!]
0 commit comments