add README.html
This commit is contained in:
parent
7402e7117c
commit
44af1938db
|
@ -0,0 +1,98 @@
|
|||
<h1><a href="http://github.com/rfwatson/textmate-supercollider">textmate-supercollider</a></h1>
|
||||
|
||||
|
||||
<p>A <a href="http://supercollider.sourceforge.net">SuperCollider</a> bundle for <a href="http://www.macromates.com">TextMate</a>.</p>
|
||||
|
||||
|
||||
<h2>Key controls</h2>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><code>ENTER</code><br/>Execute current selection/line</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><code>CTRL-PERIOD</code><br/>
|
||||
Stop server</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><code>CMD-k</code><br/>
|
||||
recompile class library</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><code>CMD-d</code><br/>
|
||||
Help</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><code>CMD-j</code><br/>
|
||||
Open class definition</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><code>CMD-y</code><br/>
|
||||
Implementations of</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><code>CMD-Y</code><br/>
|
||||
References to</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><code>CMD-?</code><br/>
|
||||
Post window to front</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><code>CMD-SHIFT-C</code><br/>
|
||||
Clear post window</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><code>CMD-ALT-CTRL-S</code><br/>
|
||||
Switch to SuperCollider mode</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<p><br/>
|
||||
<strong>plus</strong> various snippets – check the bundle.</p>
|
||||
|
||||
|
||||
<h2>Installation</h2>
|
||||
|
||||
|
||||
<ol>
|
||||
<li>Double click on SuperCollider.tmbundle.</li>
|
||||
<li>Copy TextMate.sc to SuperCollider Extensions directory and relaunch SC.</li>
|
||||
<li>With .sc document open in TextMate, commands should now work as long as both SC and TM are open..</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h2>Notes</h2>
|
||||
|
||||
|
||||
<p>I’ve extracted the underlying code to allow control of SC.app from any command line application.<br/><a href="http://github.com/rfwatson/sc3ctrl">sc3ctrl on github</a></p>
|
||||
|
||||
|
||||
<h2>Disclaimer</h2>
|
||||
|
||||
|
||||
<p>This is a new implementation and still as yet not properly tested<br/></p>
|
||||
|
||||
|
||||
<h2>Contact me</h2>
|
||||
|
||||
|
||||
<p>Via <a href="http://github.com/rwatson">github</a></p>
|
|
@ -5,28 +5,37 @@ A "SuperCollider":http://supercollider.sourceforge.net bundle for "TextMate":htt
|
|||
|
||||
h2. Key controls
|
||||
|
||||
* ENTER - Execute current selection/line
|
||||
* @ENTER@<br/>Execute current selection/line
|
||||
|
||||
* CTRL-. - Stop server
|
||||
* @CTRL-PERIOD@<br/>
|
||||
Stop server
|
||||
|
||||
* CMD-k - recompile class library
|
||||
* @CMD-k@<br/>
|
||||
recompile class library
|
||||
|
||||
* CMD-d - Help
|
||||
* @CMD-d@<br/>
|
||||
Help
|
||||
|
||||
* CMD-j - Open class definition
|
||||
* @CMD-j@<br/>
|
||||
Open class definition
|
||||
|
||||
* CMD-y - Implementations of
|
||||
* @CMD-y@<br/>
|
||||
Implementations of
|
||||
|
||||
* CMD-Y - References to
|
||||
* @CMD-Y@<br/>
|
||||
References to
|
||||
|
||||
* CMD-? - Post window to front
|
||||
* @CMD-?@<br/>
|
||||
Post window to front
|
||||
|
||||
* CMD-SHIFT-C - Clear post window
|
||||
* @CMD-SHIFT-C@<br/>
|
||||
Clear post window
|
||||
|
||||
* CMD-ALT-CTRL-S - Switch to SuperCollider mode
|
||||
* @CMD-ALT-CTRL-S@<br/>
|
||||
Switch to SuperCollider mode
|
||||
|
||||
<br/>
|
||||
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<br/>
|
||||
Feedback and bug reports are welcome
|
||||
|
||||
|
||||
h2. Contact me
|
||||
|
||||
Via github
|
||||
Via "github":http://github.com/rwatson
|
Loading…
Reference in New Issue