-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
Thanks for installing the GDL Sublime Text package! | ||
|
||
|
||
What's new ??? | ||
=============== | ||
|
||
• problem with subroutines fixed | ||
|
||
|
||
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 the color scheme by modifying a syntax specific preferences file, which you can find using the menu item `Preferences -> Settings - More -> Syntax Specific – User`. | ||
|
||
There a 2 different color schemes at choice: A dark and light one. _I muchly recommend the dark one for fatigue-proof coding!_ | ||
|
||
Copy _one_ of these into the new file and save: | ||
|
||
Dark: | ||
{ | ||
"color_scheme": "Packages/GDL/GDL-dark.tmTheme" | ||
} | ||
|
||
Light: | ||
{ | ||
"color_scheme": "Packages/GDL/GDL-light.tmTheme" | ||
} | ||
|
||
GDL color scheme | ||
---------------- | ||
|
||
This color scheme is made especially for a comfortable GDL coding environment in Sublime Text. | ||
If you like it: I have also a more complete color scheme aligned with a beatiful and minimal UI theme. | ||
You can find it here: https://github.com/runxel/hitoshi | ||
Give it a try! | ||
|
||
|
||
THANKS | ||
--------------- | ||
- to Jochen Suehlo and Frank Beister for their help and | ||
- for selfgdl.de [this project would not be possible without this great resource!] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters