Skip to content

Commit 5ba56e9

Browse files
committed
update
1 parent cec95e3 commit 5ba56e9

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# GDL-sublime
2-
A bundle to make GDL available (meant as easy) in [Sublime Text](http://www.sublimetext.com/).
2+
A bundle to make GDL available ("available" as in "easy" :D) in [Sublime Text](http://www.sublimetext.com/).
33

44
# What is GDL?
55
GDL means 'Geometric Description Language'. [ArchiCAD](http://www.graphisoft.com/) uses it to define a library part (it's also used internally for nearly everything).
66

7-
Many users of ArchiCAD are making their own library parts. They are all tied to the – unfortunately horrible – build-in object editor which is stuck in the 80's or so. It doesn't even have line numbers!
7+
Many users of ArchiCAD are making their own library parts or even publish them on [BIMComponents](https://bimcomponents.com/). But they are all tied to the – unfortunately horrible – build-in object editor which is stuck in the 80's or so. It doesn't even have line numbers!
88

9-
But the rescue is ~~here~~ in the near future!
9+
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

1212
## Installation
13-
Installation is not recommended at this time.
14-
No, really! Do it at your own risk and only for testing, if you're sure what you're doing.
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.
1515

1616
### ~~Using Sublime Package Control~~
17-
_currently not available in your country. it will be later_
17+
_currently not available in your country. it will be later on_
1818

1919
### Using Git
2020
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.
2121

22-
Go to your Sublime Text `Packages` directory and clone the theme repository using the command below:
22+
Go to your Sublime Text `Packages` directory and clone the theme repository using the command below:
2323
`git clone https://github.com/runxel/GDL-sublime "GDL"`
2424

2525
### Download Manually
@@ -30,16 +30,17 @@ Go to your Sublime Text `Packages` directory and clone the theme repository usin
3030
- OS X: `~/Library/Application Support/Sublime Text 2/Packages/GDL`
3131

3232
## Usage
33-
From now on you can select 'GDL' as the current language in the bottom right corner of ST.
33+
From now on you can select `GDL` as the current language in the bottom right corner of ST.
3434

3535
## Getting Started With Sublime Text
3636
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/).
3737

3838
## TO DO LIST
39-
+ syntax implemention for
39+
+ usable and beatiful template
40+
+ syntax implemention:
4041
+ keywords for `REQUESTS`
42+
+ optional parameters
4143
+ `WIDO_*, LABEL_*, LIGHT_*, WALL_*, COLU_*, BEAM_*, SLAB_*, ROOF_*, FILL_*, MESH_*`
42-
+ usable and beatiful template
4344

4445
Goodies:
4546
+ Snippets

0 commit comments

Comments
 (0)