Skip to content

Commit 38f1219

Browse files
committed
🔥 bigger changes than expected
version 2.3.0 is now 3.0.0 due to some massive changes/additions
1 parent 50ade82 commit 38f1219

File tree

4 files changed

+43
-33
lines changed

4 files changed

+43
-33
lines changed

Messages/install.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11

2-
██████╗ ██████╗ ██╗
3-
██╔════╝ ██╔══██╗██║
4-
██║ ███╗██║ ██║██║
5-
██║ ██║██║ ██║██║
2+
██████╗ ██████╗ ██╗
3+
██╔════╝ ██╔══██╗██║
4+
██║ ███╗██║ ██║██║
5+
██║ ██║██║ ██║██║
66
╚██████╔╝██████╔╝███████╗
77
╚═════╝ ╚═════╝ ╚══════╝
88

99
Thanks for installing the
1010
GDL Sublime Text package!
11-
*************************
11+
-------------------------
1212

1313

1414
How to use
1515
=========================
1616

17-
From now you can just select `GDL` from the code-language menu in the bottom right corner of Sublime Text.
17+
From now you can just select `GDL` from the code-language menu in the bottom right corner of Sublime Text. It will be automatically applied to any open files with the `.gdl` extension.
18+
1819
This package comes with 2 pre-designed color schemes.
19-
As default the light theme will be selected.
20+
Per default the light theme will be selected.
2021
If you prefer – like me – a dark coding environment, you can change this in the settings.
2122
Go to `Preferences > Package Settings > GDL > Settings`.
2223
Put your settings into the right pane and you're good to go!
2324

25+
Whenever possible, use the "project" feature of Sublime Text, so you can benefit from automatic libpart conversion (via the "LP_XMLConverter") – which means avoiding the pain of copy & pasting every piece of code back into ARCHICAD.
26+
2427
=========================
2528
Happy coding!
26-

Messages/v2.3.0.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

Messages/v3.0.0.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
██████╗ ██████╗ ██╗
3+
██╔════╝ ██╔══██╗██║
4+
██║ ███╗██║ ██║██║
5+
██║ ██║██║ ██║██║
6+
╚██████╔╝██████╔╝███████╗
7+
╚═════╝ ╚═════╝ ╚══════╝
8+
9+
GDL Sublime Text package
10+
has successfully updated
11+
12+
*************************
13+
14+
VERSION 3.0.0
15+
16+
*************************
17+
18+
• makes use of the new gsm to hsf
19+
(and vice-versa) workflow [using the LP_XMLConverter]
20+
• new menu for conversion can be found
21+
under `Tools > GDL`, and also as a
22+
RMB context menu
23+
• compatibility with
24+
upcoming Archicad 23
25+
· introduced dicts
26+
• uses now .sublime-color-scheme
27+
files instead of .thTheme
28+
• other workflow related
29+
refinements
30+
• some globals didn't got styled
31+
this is now fixed
32+

messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"v2.0.2": "Messages/v2.0.2.txt",
66
"v2.1.0": "Messages/v2.1.0.txt",
77
"v2.2.0": "Messages/v2.2.0.txt",
8-
"v2.3.0": "Messages/v2.3.0.txt"
8+
"v3.0.0": "Messages/v3.0.0.txt"
99
}

0 commit comments

Comments
 (0)