diff --git a/README.html b/README.html new file mode 100644 index 0000000..56d665d --- /dev/null +++ b/README.html @@ -0,0 +1,98 @@ +

textmate-supercollider

+ + +

A SuperCollider bundle for TextMate.

+ + +

Key controls

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +


+plus various snippets – check the bundle.

+ + +

Installation

+ + +
    +
  1. Double click on SuperCollider.tmbundle.
  2. +
  3. Copy TextMate.sc to SuperCollider Extensions directory and relaunch SC.
  4. +
  5. With .sc document open in TextMate, commands should now work as long as both SC and TM are open..
  6. +
+ + +

Notes

+ + +

I’ve extracted the underlying code to allow control of SC.app from any command line application.
sc3ctrl on github

+ + +

Disclaimer

+ + +

This is a new implementation and still as yet not properly tested

+ + +

Contact me

+ + +

Via github

diff --git a/README.textile b/README.textile index cda56d2..4a0d2d6 100644 --- a/README.textile +++ b/README.textile @@ -5,28 +5,37 @@ A "SuperCollider":http://supercollider.sourceforge.net bundle for "TextMate":htt h2. Key controls -* ENTER - Execute current selection/line +* @ENTER@
Execute current selection/line -* CTRL-. - Stop server +* @CTRL-PERIOD@
+Stop server -* CMD-k - recompile class library +* @CMD-k@
+recompile class library -* CMD-d - Help +* @CMD-d@
+Help -* CMD-j - Open class definition +* @CMD-j@
+Open class definition -* CMD-y - Implementations of +* @CMD-y@
+Implementations of -* CMD-Y - References to +* @CMD-Y@
+References to -* CMD-? - Post window to front +* @CMD-?@
+Post window to front -* CMD-SHIFT-C - Clear post window +* @CMD-SHIFT-C@
+Clear post window -* CMD-ALT-CTRL-S - Switch to SuperCollider mode +* @CMD-ALT-CTRL-S@
+Switch to SuperCollider mode
-Plus various snippets - check the bundle. +*plus* various snippets - check the bundle. h2. Installation @@ -44,9 +53,8 @@ I've extracted the underlying code to allow control of SC.app from any command l h2. Disclaimer This is a new implementation and still as yet not properly tested
-Feedback and bug reports are welcome h2. Contact me -Via github \ No newline at end of file +Via "github":http://github.com/rwatson \ No newline at end of file