diff --git a/Messages/install.txt b/Messages/install.txt index 29e1964..50d9f4e 100644 --- a/Messages/install.txt +++ b/Messages/install.txt @@ -1,6 +1,14 @@ 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!) + + + How to use =============== diff --git a/Messages/v0.2.0.txt b/Messages/v0.2.0.txt new file mode 100644 index 0000000..29e1964 --- /dev/null +++ b/Messages/v0.2.0.txt @@ -0,0 +1,25 @@ +Thanks for installing the Sublime Text package for GDL! + + +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. \ No newline at end of file diff --git a/messages.json b/messages.json index f7d91f5..71b1792 100644 --- a/messages.json +++ b/messages.json @@ -1,3 +1,4 @@ { - "install": "messages/install.txt" + "install": "messages/install.txt", + "v0.2.0": "messages/v0.2.0.txt" }