class library: PriorityQueue - implement removeValue, hide array
[supercollider.git] / editors / sced / README
blob6bb97ea03fb26197e084aa1d85489161330d3ebe
2     This is Sced, a SuperCollider interaction plugin for gedit.
4     Sced aims to simplify SuperCollider experience on Linux systems
5     as far as possible.
7 Installation
8 ============
10 To install sced via cmake, configure the build directory with
11 `cmake -DSC_ED=yes'
13 Usage
14 =====
16 The menu items describe themselves. You're going to use the Ctrl+E shortcut
17 a lot. By default, this command evaluates the current line of code. If you
18 select several lines, hitting Ctrl+E will evaluate them all.
20 You can also select and run a ()-block. Just place the cursor on the opening
21 bracket and press Ctrl+E, i. e.:
23 ( // press Ctrl+E here
24 "hello".postln;
25 "world".postln;
28 Sced is released under the GNU General Public License (GPL) version 3, see
29 the file 'COPYING' for more information.