Skip to content

Commit bc88d19

Browse files
committed
prepping for new version
1 parent e98dc7a commit bc88d19

File tree

2 files changed

+54
-5
lines changed

2 files changed

+54
-5
lines changed

Messages/install.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ Thanks for installing the GDL Sublime Text package!
44
What's new ???
55
===============
66

7-
• many fixes
8-
• the best AUTO COMPLETION you ever had! you can cycle through placeholders with `TAB`
9-
• many many new scopes defined (list of GLOBALS should be complete now)
10-
• NURBS geometry commands added for upcoming ArchiCAD 20 (_thanks, George!_)
11-
• other ArchiCAD 20 stuff
7+
• ARCHICAD 21 new commands added
8+
• which also includes e.g. the new STAIR and RAILING GLOBALS
9+
• some minor fixes
1210

1311

1412
How to use

Messages/v1.2.0.txt

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
Thanks for installing the GDL Sublime Text package!
2+
3+
4+
What's new ???
5+
===============
6+
7+
• many fixes
8+
• the best AUTO COMPLETION you ever had! you can cycle through placeholders with `TAB`
9+
• many many new scopes defined (list of GLOBALS should be complete now)
10+
• NURBS geometry commands added for upcoming ArchiCAD 20 (_thanks, George!_)
11+
• other ArchiCAD 20 stuff
12+
13+
14+
How to use
15+
===============
16+
17+
From now you can just select `GDL` from the code-language menu in the bottom right corner of Sublime Text.
18+
BUT wait! There's more!
19+
20+
Activate the color scheme
21+
-------------------------
22+
23+
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`.
24+
25+
There a 2 different color schemes at choice: A dark and light one. _I muchly recommend the dark one for fatigue-proof coding!_
26+
27+
Copy _one_ of these into the new file and save:
28+
29+
Dark:
30+
{
31+
"color_scheme": "Packages/GDL/GDL-dark.tmTheme"
32+
}
33+
34+
Light:
35+
{
36+
"color_scheme": "Packages/GDL/GDL-light.tmTheme"
37+
}
38+
39+
GDL color scheme
40+
----------------
41+
42+
This color scheme is made especially for a comfortable GDL coding environment in Sublime Text.
43+
If you like it: I have also a more complete color scheme aligned with a beatiful and minimal UI theme.
44+
You can find it here: https://github.com/runxel/hitoshi
45+
Give it a try!
46+
47+
48+
THANKS
49+
---------------
50+
- to Jochen Suehlo and Frank Beister for their help and
51+
- for selfgdl.de [this project would not be possible without this great resource!]

0 commit comments

Comments
 (0)