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
Thanks for installing the GDL Sublime Text package!
2
+
3
+
4
+
What's new ???
5
+
===============
6
+
7
+
• ARCHICAD 21 new commands added
8
+
• which also includes e.g. the new STAIR and RAILING GLOBALS
9
+
• some minor fixes
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 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
+
23
+
There a 2 different color schemes at choice: A dark and light one. _I muchly recommend the dark one for fatigue-proof coding!_
24
+
25
+
Copy _one_ of these into the new file and save:
26
+
27
+
Dark:
28
+
{
29
+
"color_scheme": "Packages/GDL/GDL-dark.tmTheme"
30
+
}
31
+
32
+
Light:
33
+
{
34
+
"color_scheme": "Packages/GDL/GDL-light.tmTheme"
35
+
}
36
+
37
+
GDL color scheme
38
+
----------------
39
+
40
+
This color scheme is made especially for a comfortable GDL coding environment in Sublime Text.
41
+
If you like it: I have also a more complete color scheme aligned with a beatiful and minimal UI theme.
42
+
You can find it here: https://github.com/runxel/hitoshi
43
+
Give it a try!
44
+
45
+
46
+
THANKS
47
+
---------------
48
+
- to Jochen Suehlo and Frank Beister for their help and
49
+
- for selfgdl.de [this project would not be possible without this great resource!]
0 commit comments