diff --git a/Messages/install.txt b/Messages/install.txt index a9e7066..ff9ce5e 100644 --- a/Messages/install.txt +++ b/Messages/install.txt @@ -7,6 +7,9 @@ What's new ??? • we have auto completion now [you may have to force it with `ctrl + space`!] +• we have snippets! +[they are in the "Snippets" folder, just make your own aswell, or edit them :)] + How to use @@ -32,4 +35,9 @@ GDL color scheme This color scheme is especially made for a comfortable working GDL coding environment in Sublime Text. If you like it: I have a also a more complete color scheme aligned with a beatiful an minimal UI theme. -You can find it here: https://github.com/runxel/hitoshi \ No newline at end of file +You can find it here: https://github.com/runxel/hitoshi + + +THANKS +--------------- +- to Jochen Suehlo for his help \ No newline at end of file diff --git a/README.md b/README.md index 3b03d6d..a6dd6d9 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ Copy this into the new file and save: "color_scheme": "Packages/GDL/GDL.tmTheme" }` +### Auto completion + Snippets +You may have to force the auto completion via `ctrl + space`. +Also some Snippets are now on board. Try it out! Type in: `comline` and then press TAB. +Voilá! There's a divider. +`! ---------------------------------------------------------------------- !` + ## Getting Started With Sublime Text 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/).