Skip to content

Commit edf5b04

Browse files
committed
updated
1 parent 303400c commit edf5b04

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@ 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.
14+
1215
## Installation
13-
Note: It may still be buggy and that it is *not* complete, see the [TO DO list](#to-do-list).
14-
Also it can look ugly on some Templates, but don't worry, you will get a beatiful template soon.
16+
Note: There are still some uncovered GDL commands, see the [TO DO list](#to-do-list). They will appear unstyled! (and added soon, don't worry)
1517

16-
### ~~Using Sublime Package Control~~
17-
_currently not available in your country. it will be later on_
18+
### Using Sublime Package Control
19+
*recommended*
20+
If you are using [Sublime Package Control](http://wbond.net/sublime_packages/package_control), you can easily install the Processing Bundle via the `Sublime Text -> Preferences -> Package Control: Install Package` menu item.
1821

1922
### Using Git
2023
Alternatively you can install the bundle and keep up to date by cloning the repo directly into your `Packages` directory in the Sublime Text application settings area.
@@ -36,12 +39,11 @@ From now on you can select `GDL` as the current language in the bottom right cor
3639
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/).
3740

3841
## TO DO LIST
39-
+ usable and beatiful template
4042
+ syntax implemention:
4143
+ keywords for `REQUESTS`
4244
+ optional parameters
4345
+ `WIDO_*, LABEL_*, LIGHT_*, WALL_*, COLU_*, BEAM_*, SLAB_*, ROOF_*, FILL_*, MESH_*`
46+
+ Tag completion
4447

4548
Goodies:
4649
+ Snippets
47-
+ Tag completion

0 commit comments

Comments
 (0)