You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,25 @@
1
1
# 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/).
3
3
4
4
# What is GDL?
5
5
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).
6
6
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!
8
8
9
-
But the rescue is ~~here~~ in the near future!
9
+
But the rescue is here! _(at least something like that)_
10
10
The purpose of this package is to comfortably write code in the best editor of the galaxy – Sublime Text! ;)
11
11
12
12
## 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.
15
15
16
16
### ~~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_
18
18
19
19
### Using Git
20
20
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.
21
21
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:
@@ -30,16 +30,17 @@ Go to your Sublime Text `Packages` directory and clone the theme repository usin
30
30
- OS X: `~/Library/Application Support/Sublime Text 2/Packages/GDL`
31
31
32
32
## 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.
34
34
35
35
## Getting Started With Sublime Text
36
36
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/).
0 commit comments