Skip to content

Commit aa9b7cd

Browse files
committed
update message should show again
1 parent 10fe1a8 commit aa9b7cd

File tree

4 files changed

+81
-13
lines changed

4 files changed

+81
-13
lines changed

Messages/install.txt

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
Thanks for installing the GDL Sublime Text package!
1+
*************************
2+
Thanks for installing the
3+
GDL Sublime Text package!
4+
*************************
25

36

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-
===============
7+
How to use
8+
=========================
149

1510
From now you can just select `GDL` from the code-language menu in the bottom right corner of Sublime Text.
1611
BUT wait! There's more!
@@ -45,5 +40,4 @@ Give it a try!
4540

4641
THANKS
4742
---------------
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!]
43+
to Jochen Suehlo and Frank Beister for their help and encouragement, aswell selfgdl.de

Messages/v1.3.0.txt

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
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!]

Messages/v1.3.1.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
██████╗ ██████╗ ██╗
3+
██╔════╝ ██╔══██╗██║
4+
██║ ███╗██║ ██║██║
5+
██║ ██║██║ ██║██║
6+
╚██████╔╝██████╔╝███████╗
7+
╚═════╝ ╚═════╝ ╚══════╝
8+
9+
GDL Sublime Text package
10+
has successfully updated
11+
12+
*************************
13+
14+
VERSION 1.3.1
15+
16+
*************************
17+
18+
19+
What's new ???
20+
*************************
21+
22+
• same as 1.3.0 BUT
23+
• this message should again

messages.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"install": "Messages/install.txt",
3+
"v1.3.1": "Messages/v1.3.1.txt",
4+
"v1.3.0": "Messages/v1.3.0.txt",
35
"v1.2.0": "Messages/v1.2.0.txt",
46
"v1.1.8": "Messages/v1.1.8.txt",
57
"v1.1.7": "Messages/v1.1.7.txt",

0 commit comments

Comments
 (0)