Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
runxel committed Mar 7, 2015
1 parent 90331e5 commit 9df3e8d
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 12 deletions.
8 changes: 5 additions & 3 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 ???
===============

syntax is now complete!
[if you think something's missing please open an issue on github]
we have auto completion now
[you may have to force it with `ctrl + space`!]



Expand All @@ -30,4 +30,6 @@ Copy this into the new file and save:
GDL color scheme
----------------

This color scheme is especially made for a comfortable working GDL coding environment in Sublime Text.
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
33 changes: 33 additions & 0 deletions Messages/v0.3.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Thanks for installing the Sublime Text package for GDL!


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

• syntax is now complete!
[if you think something's missing please open an issue on github]



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.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ Many users of ArchiCAD are making their own library parts or even publish them o
But the rescue is here! _(at least something like that)_
The purpose of this package is to comfortably write code in the best editor of the galaxy – Sublime Text! ;)

At the moment this package just provides syntax highlighting together with a well aligned color scheme.
Soon there will be auto-completion as well.
This package provides syntax highlighting together with a well aligned color and also auto completion. (Can be forced by pressing `ctrl + space`)

## Installation

Expand All @@ -32,7 +31,7 @@ Go to your Sublime Text `Packages` directory and clone the repository using the
- OS X: `~/Library/Application Support/Sublime Text 2/Packages/GDL`

## Usage
From now on you can select `GDL` as the current language in the bottom right corner of ST.
From now on you can select `GDL` as the current language in the bottom right corner of ST and enjoy all the benefits ST brings.
But wait! There's more!
Activate a well aligned color scheme by modifying the syntax specific preferences file, which you can find using the menu item `Preferences -> Settings - More -> Syntax Specific – User`, after you set the syntax to `GDL` for the current file.

Expand All @@ -43,11 +42,6 @@ Copy this into the new file and save:


## 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/).
Also a [nice overview](https://scotch.io/bar-talk/best-of-sublime-text-3-features-plugins-and-settings) (for ST 3).
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
+ Tag completion

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

0 comments on commit 9df3e8d

Please sign in to comment.