Skip to content

Commit a7cbebc

Browse files
committed
update
1 parent 9df3e8d commit a7cbebc

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Messages/install.txt

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ What's new ???
77
• we have auto completion now
88
[you may have to force it with `ctrl + space`!]
99

10+
• we have snippets!
11+
[they are in the "Snippets" folder, just make your own aswell, or edit them :)]
12+
1013

1114

1215
How to use
@@ -32,4 +35,9 @@ GDL color scheme
3235

3336
This color scheme is especially made for a comfortable working GDL coding environment in Sublime Text.
3437
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
38+
You can find it here: https://github.com/runxel/hitoshi
39+
40+
41+
THANKS
42+
---------------
43+
- to Jochen Suehlo for his help

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ Copy this into the new file and save:
4040
"color_scheme": "Packages/GDL/GDL.tmTheme"
4141
}`
4242

43+
### Auto completion + Snippets
44+
You may have to force the auto completion via `ctrl + space`.
45+
Also some Snippets are now on board. Try it out! Type in: `comline` and then press TAB.
46+
Voilá! There's a divider.
47+
`! ---------------------------------------------------------------------- !`
48+
4349

4450
## Getting Started With Sublime Text
4551
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

Comments
 (0)