Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
runxel committed Mar 5, 2015
1 parent 17ec490 commit 57cdd5b
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Messages/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Thanks for installing the Sublime Text package for GDL!
What's new ???
===============

all global parameters should be recognized, thus styled in Sublime Text.
(note: optional parameters and REQUEST keywords are still not implemented. Don't worry, it will be soon!)
syntax is now complete!
[if you think something's missing please open an issue on github]



Expand Down
32 changes: 32 additions & 0 deletions Messages/v0.2.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Thanks for installing the Sublime Text package for GDL!


What's new ???
===============

• syntax is now complete!



How to use
===============

From now you can just select `GDL` from the code-language menu in the bottom right corner of Sublime Text.
BUT wait! There's more!

Activate the color scheme
-------------------------

Activate color scheme by modifying a syntax specific preferences file, which you can find using the menu item `Preferences -> Settings - More -> Syntax Specific – User`.

Copy this into the new file and save:

{
"color_scheme": "Packages/GDL/GDL.tmTheme"
}


GDL color scheme
----------------

This color scheme is especially made for a comfortable working GDL coding environment in Sublime Text.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ At the moment this package just provides syntax highlighting together with a wel
Soon there will be auto-completion as well.

## Installation
Note: There are still some uncovered GDL commands, see the [TO DO list](#to-do-list). They will appear unstyled! (and added soon, don't worry)

### Using Sublime Package Control
*recommended*
Expand Down Expand Up @@ -47,9 +46,6 @@ Copy this into the new file and save:
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/).

## TO DO LIST
+ syntax implemention:
+ keywords for `REQUESTS`
+ optional parameters
+ Tag completion

Goodies:
Expand Down
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"install": "messages/install.txt",
"v0.2.2": "messages/v0.2.2.txt",
"v0.2.0": "messages/v0.2.0.txt"
}

0 comments on commit 57cdd5b

Please sign in to comment.