Skip to content

Commit 9df3e8d

Browse files
committed
update
1 parent 90331e5 commit 9df3e8d

File tree

4 files changed

+42
-12
lines changed

4 files changed

+42
-12
lines changed

Messages/install.txt

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

7-
syntax is now complete!
8-
[if you think something's missing please open an issue on github]
7+
we have auto completion now
8+
[you may have to force it with `ctrl + space`!]
99

1010

1111

@@ -30,4 +30,6 @@ Copy this into the new file and save:
3030
GDL color scheme
3131
----------------
3232

33-
This color scheme is especially made for a comfortable working GDL coding environment in Sublime Text.
33+
This color scheme is especially made for a comfortable working GDL coding environment in Sublime Text.
34+
If you like it: I have a also a more complete color scheme aligned with a beatiful an minimal UI theme.
35+
You can find it here: https://github.com/runxel/hitoshi

Messages/v0.3.0.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Thanks for installing the Sublime Text package for GDL!
2+
3+
4+
What's new ???
5+
===============
6+
7+
• syntax is now complete!
8+
[if you think something's missing please open an issue on github]
9+
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 especially made for a comfortable working GDL coding environment in Sublime Text.

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ Many users of ArchiCAD are making their own library parts or even publish them o
99
But the rescue is here! _(at least something like that)_
1010
The purpose of this package is to comfortably write code in the best editor of the galaxy – Sublime Text! ;)
1111

12-
At the moment this package just provides syntax highlighting together with a well aligned color scheme.
13-
Soon there will be auto-completion as well.
12+
This package provides syntax highlighting together with a well aligned color and also auto completion. (Can be forced by pressing `ctrl + space`)
1413

1514
## Installation
1615

@@ -32,7 +31,7 @@ Go to your Sublime Text `Packages` directory and clone the repository using the
3231
- OS X: `~/Library/Application Support/Sublime Text 2/Packages/GDL`
3332

3433
## Usage
35-
From now on you can select `GDL` as the current language in the bottom right corner of ST.
34+
From now on you can select `GDL` as the current language in the bottom right corner of ST and enjoy all the benefits ST brings.
3635
But wait! There's more!
3736
Activate a well aligned color scheme by modifying the syntax specific preferences file, which you can find using the menu item `Preferences -> Settings - More -> Syntax Specific – User`, after you set the syntax to `GDL` for the current file.
3837

@@ -43,11 +42,6 @@ Copy this into the new file and save:
4342

4443

4544
## Getting Started With Sublime Text
46-
New to Sublime? Then I can recommend the excellent and free video tutorial by nettuts: [Perfect Workflow in Sublime Text](http://net.tutsplus.com/articles/news/perfect-workflow-in-sublime-text-free-course/).
47-
Also a [nice overview](https://scotch.io/bar-talk/best-of-sublime-text-3-features-plugins-and-settings) (for ST 3).
45+
New to Sublime? Then I can recommend the excellent and free video tutorial by nettuts: [Perfect Workflow in Sublime Text](http://net.tutsplus.com/articles/news/perfect-workflow-in-sublime-text-free-course/).
4846

4947
## TO DO LIST
50-
+ Tag completion
51-
52-
Goodies:
53-
+ Snippets

messages.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"install": "messages/install.txt",
3+
"v0.3.0": "messages/v0.3.0.txt",
34
"v0.2.2": "messages/v0.2.2.txt",
45
"v0.2.0": "messages/v0.2.0.txt"
56
}

0 commit comments

Comments
 (0)