From 9471044976bf101be69b649942a272988d932994 Mon Sep 17 00:00:00 2001 From: rob Date: Mon, 22 Dec 2008 01:37:00 +0000 Subject: [PATCH] converted README to textile --- README | 67 -------------------------------------------------- README.textile | 44 +++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 67 deletions(-) delete mode 100644 README create mode 100644 README.textile diff --git a/README b/README deleted file mode 100644 index bb63357..0000000 --- a/README +++ /dev/null @@ -1,67 +0,0 @@ -textmate-supercollider -====================== - - -Introduction -============ - -A SuperCollider bundle for TextMate. -Homepage: http://github.com/rfwatson/textmate-supercollider - - -Key controls -============ -------------------------------------------------- -ENTER - Execute current selection/line - -CTRL-. - Stop server - -CMD-k - recompile class library - -CMD-d - Help - -CMD-j - Open class definition - -CMD-y - Implementations of - -CMD-Y - References to - -CMD-? - Post window to front - -CMD-SHIFT-C - Clear post window - -CMD-ALT-CTRL-S - Switch to SuperCollider mode --------------------------------------------------- - -Plus various snippets - check the bundle. - - -Installation -============ - -1) Double click on SuperCollider.tmbundle. - -2) Copy TextMate.sc to SuperCollider Extensions directory and relaunch SC. - -3) With .sc document open in TextMate, commands should now work as long as both SC and TM are open.. - - -Notes -===== - -I've extracted the underlying code to allow control of SC.app from any command line application. -http://github.com/rfwatson/sc3ctrl - - - -Disclaimer -========== - -This is a new implementation and still as yet not properly tested -Feedback and bug reports are welcome - - -Contact me -========== - -Via github \ No newline at end of file diff --git a/README.textile b/README.textile new file mode 100644 index 0000000..be67b53 --- /dev/null +++ b/README.textile @@ -0,0 +1,44 @@ +h1. "textmate-supercollider":http://github.com/rfwatson/textmate-supercollider + +A "SuperCollider":http://supercollider.sourceforge.net bundle for "TextMate":http://www.macromates.com. + + +h2. Key controls + +* ENTER - Execute current selection/line +* CTRL-. - Stop server +* CMD-k - recompile class library +* CMD-d - Help +* CMD-j - Open class definition +* CMD-y - Implementations of +* CMD-Y - References to +* CMD-? - Post window to front +* CMD-SHIFT-C - Clear post window +* CMD-ALT-CTRL-S - Switch to SuperCollider mode + + +Plus various snippets - check the bundle. + + +h2. Installation + +# Double click on SuperCollider.tmbundle. +# Copy TextMate.sc to SuperCollider Extensions directory and relaunch SC. +# With .sc document open in TextMate, commands should now work as long as both SC and TM are open.. + + +h2. Notes + +I've extracted the underlying code to allow control of SC.app from any command line application. +"sc3ctrl on github":http://github.com/rfwatson/sc3ctrl + + +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