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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ GDL means 'Geometric Description Language'. [ArchiCAD](http://www.graphisoft.com
7
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
9
But the rescue is here! _(at least something like that)_
10
-
The purpose of this package is to comfortably write code in the best editor of the galaxy – Sublime Text! ;)
10
+
The purpose of this package is to give you the chance to comfortably write code in the best editor of the galaxy – Sublime Text!
11
11
12
-
This package provides syntax highlighting together with a well aligned color and also auto completion. (Can be forced by pressing `ctrl + space`)
12
+
This package provides **syntax highlighting** together with a well aligned **color scheme**and also **auto completion**. (Can be forced by pressing `ctrl + space`)
13
13
14
14
## Installation
15
15
@@ -46,8 +46,10 @@ Also some Snippets are now on board. Try it out! Type in: `comline` and then pre
I hardly encourage you to either modify the snippets, so they will suit your needs; or to make new ones.
50
+
49
51
50
52
## Getting Started With Sublime Text
51
53
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