Yvan Volochine
fe43d2f24a
README: remove all language identifiers from code blocks
2013-07-01 17:13:24 +02:00
Yvan Volochine
ab9cbc2866
README: use underlines instead of hash-signs for h1 & h2 headers
2013-07-01 17:05:15 +02:00
Yvan Volochine
63ff25df7a
README: use plain text for URLs as Github automatically convert them
2013-07-01 15:02:18 +02:00
Yvan Volochine
76c2950609
README: change all README files extenstion to markdown
2013-06-29 19:15:54 +02:00
Yvan Volochine
ed4c7348c1
README: adapt all README files to markdown
2013-06-29 19:13:38 +02:00
Jonas Bernoulli
6f808bcece
remove bundled elisp library tree-widget.el
...
This library is part of Emacs. Bundling it in the same directory as
the sclang*.el libraries will put it on the load-path. The bundled
version then shadows the newer version which is part of Emacs, which
can cause hard to detect problems.
2013-05-09 17:03:03 +02:00
Dan Stowell
ca2a432409
Improve error messages when cmake can't find optional things
2012-09-07 12:12:36 +01:00
Tim Blechmann
494cf1fe11
editors: scel - disabling bytecode compilation is an advanced option
...
Signed-off-by: Tim Blechmann <tim@klingt.org>
2012-03-07 23:34:01 +01:00
Tim Blechmann
f5f09b6090
editors: scel - do not require emacs when omitting bytecode compilation
...
Signed-off-by: Tim Blechmann <tim@klingt.org>
2012-03-07 23:34:01 +01:00
Tim Blechmann
dfb69f398b
scel: add option to install without bytecode compilation
...
Signed-off-by: Tim Blechmann <tim@klingt.org>
2012-03-05 17:43:06 +01:00
Tim Blechmann
67d100d7d7
scel: install files to site-lisp/SuperCollider
...
adapted patch from debian package
Signed-off-by: Tim Blechmann <tim@klingt.org>
2012-03-05 17:43:06 +01:00
James Harkins
683930cd9b
Bonehead: If you plan to escape \, do it FIRST before escaping anything else
...
This fixes an "Error in command handler" in emacs
2011-12-20 09:34:23 +08:00
James Harkins
486e4709c5
Fix bug with ScelDocument string_ : backslashes needed to be escaped
2011-12-17 09:19:48 +08:00
Tim Blechmann
5b399b4293
editors: avoid IDE-specific overwrites by introducing IDE actions
...
scel currently uses method overwrites to control the IDE gui. this can be
avoided by using actions, which can be set in order to override the default
behavior
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-12-09 19:43:37 +01:00
Tim Blechmann
1569625efa
editors: scel - move code from el to sc to avoid method overwrite
...
we can simply call the library shutdown handler from within emacs to avoid
a method overwrite.
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-12-08 19:46:51 +01:00
Tim Blechmann
08cbc64f3a
class library: deprecate UI.registerForShutdown
...
UI.registerForShutdown has the same semantics as ShutDown.add. we only
need one functionality like this, so this patch deprecates it.
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-12-07 11:30:07 +01:00
Tim Blechmann
3e5cf00140
scel: avoid temporary file for symbol table
...
the symbol table can simply be passed via the command fifo, there is no
need for using a temporary file.
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-10-10 21:00:39 +02:00
Tim Blechmann
4597ee238c
scel: improved guessing of help topics
...
use `find' and avoid asRelativePath and removeExtension as suggested by
Jonatan Liljedahl.
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-10-02 13:23:06 +02:00
Tim Blechmann
1f339518ab
scel: speedup indexing of help topics
...
instead of asking SCDoc to index all help topics, we guess the topics
by matching schelp paths
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-10-02 12:28:26 +02:00
Tim Blechmann
fef0729223
scel: improvements to the scdoc integration
...
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-10-01 18:35:53 +02:00
Tim Blechmann
a20081f26a
scel: initial support for SCDoc help browser
...
this patch introduces two new key bindings:
C-c C-y: open help browser via Help.gui
C-c h: open help browser for a specific topic
the old help browser is still available via C-c C-h and can be used to
display pre-rendered help files.
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-10-01 11:33:24 +02:00
Tim Blechmann
7c8c5fe535
scel: cleanup of class library recompilation
...
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-09-28 14:02:50 +02:00
Jakob Leben
65b6928a97
scel: keep command fifo alive for the lifetime of sclang
...
When sclang recompiled the class library, it would close its writing
end of the fifo, which in turn would trigger fifo deletion in scel.
This starts a dummy cat process with output redirected to the fifo,
so as to keep the fifo open as long as we desire.
2011-09-25 18:23:29 +02:00
Tim Blechmann
d91e92f53f
scel: shutdown library before class library recompilation
...
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-09-20 14:44:37 +02:00
Tim Blechmann
b64f936a3e
scel: use xdg-compliant paths
...
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-09-20 14:44:37 +02:00
Tim Blechmann
c66a01f782
scel: one more bytecode compilation fix
...
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-07-23 16:27:17 +02:00
Tim Blechmann
ac41f5ed3e
scel: bytecompilation fix
...
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-07-23 16:25:46 +02:00
Tim Blechmann
83d0d94a1a
scel: bytecompile fix, correct use of defvar and defconst and add requirements
...
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-07-22 20:35:00 +02:00
Tim Blechmann
5aa9b34534
scel: work around some warnings and avoid some deprecated functions
...
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-07-19 12:32:48 +02:00
Tim Blechmann
1d117b4997
scel: initClass fix
...
AbstractResponderProxy has been renamed to AbstractResponderFunc
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-07-10 17:19:27 +02:00
Tim Blechmann
6726ce6618
scel: use in-process library recompilation
...
scel is modified to support in-process library recompilation. the key
binding has slightly been changed:
C-c C-l - recompile the library
C-c C-o - restart the interpreter
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-06-27 21:50:03 +02:00
Dan Stowell
fe8524e1f9
Improve format of copyright/GPL notices (issue raised in debian pkging)
...
Similar to commit dc73e034cfafd in 3.4 branch
2011-06-14 10:48:37 +01:00
Stuart Popejoy
d46a9661ab
modified sclang-eval-document to save-excursion to avoid clobbering point
2011-06-09 18:28:07 +02:00
Scott Wilson
fb35291e50
Bugfix for Emacs and OSCProxy
...
Signed-off-by: Scott Wilson <i@scottwilson.ca>
2011-04-29 10:56:17 +01:00
James Harkins
19bc278850
Fix nowExecutingPath bug in scel
...
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-04-03 12:06:44 +02:00
Jakob Leben
3403008185
scel: cmake, simplify and fix for windows
2011-03-18 23:25:59 +01:00
Tim Blechmann
0985d6a202
cmake build system: copy all *el files to build directory
...
this ensures a correct elisp bytecode compilation
Signed-off-by: Tim Blechmann <tim@klingt.org>
2010-11-16 20:11:54 +01:00
Tim Blechmann
99ff5e5747
cmake: scel build fix
...
Signed-off-by: Tim Blechmann <tim@klingt.org>
2010-11-09 12:58:10 +01:00
andersvi
a6eaaa5857
adjusting buffer-showing to version of display-buffer in emacs 23.
...
Setting split-width-threshold to nil inhibits horizontal splitting and
gets you the behavior of Emacs 22 in this respect.
git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@10274 a380766d-ff14-0410-b294-a243070f3f08
2010-08-28 13:00:25 +00:00
Tim Blechmann
3c21a65e4c
basic cmake-based build system:
...
this patch implements a cmake-based build system for supercollider. it
currently builds:
- sclang and scsynth on linux
- plugins on linux and osx
- scel
Signed-off-by: Tim Blechmann <tim@klingt.org>
git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@10240 a380766d-ff14-0410-b294-a243070f3f08
2010-08-10 21:40:54 +00:00
andersvi
f2476c981c
allowing .htm together with .html endings in pred.
...
git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@10227 a380766d-ff14-0410-b294-a243070f3f08
2010-08-03 21:12:24 +00:00
Marije Baalman
6e840831b6
moving some things from platform specific to ide specific for emacs-scel
...
git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@9517 a380766d-ff14-0410-b294-a243070f3f08
2009-11-14 20:22:31 +00:00
Tim Blechmann
d1639c1cbb
remove trailing whitespaces
...
git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@9417 a380766d-ff14-0410-b294-a243070f3f08
2009-09-26 06:17:48 +00:00
Marije Baalman
4bff94c0cc
committed ide platform switch for emacs/scel, and added the evaluate document shortcut
...
git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@9398 a380766d-ff14-0410-b294-a243070f3f08
2009-09-12 15:11:18 +00:00
andersvi
b205ca9ca3
Fixed errors when hitting 'emacs -sclang' etc. with later emacsen.
...
Updated switches to include hyphen. These switches seem to work with
v.22 (possibly because the get treated as longopts?)
git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@9388 a380766d-ff14-0410-b294-a243070f3f08
2009-09-09 12:02:59 +00:00
andersvi
64a225a654
make temporary rtf-buffers writable for converting with (erase-buffer)
...
git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@9366 a380766d-ff14-0410-b294-a243070f3f08
2009-08-26 11:45:15 +00:00
Marije Baalman
bda2562b10
update the evaluate region shortcut in the minor modes to be the same as in the major mode
...
git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@9125 a380766d-ff14-0410-b294-a243070f3f08
2009-04-27 16:50:00 +00:00
Dan Stowell
6be16de284
Update address of Free Software Foundation (debian source-checking tools produce warnings about this).
...
Also putting slightly more explicit copyright attribution in some files (for similar reason).
git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@9082 a380766d-ff14-0410-b294-a243070f3f08
2009-04-20 08:38:27 +00:00
Marije Baalman
0f83b8132a
sclang side of dev support
...
git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@9039 a380766d-ff14-0410-b294-a243070f3f08
2009-04-09 21:09:47 +00:00
Marije Baalman
03c461eb75
small fix for dev support shortcut
...
git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@9038 a380766d-ff14-0410-b294-a243070f3f08
2009-04-09 21:06:20 +00:00