editors: avoid IDE-specific overwrites by introducing IDE actions
commitde54fcb4980b542f8f8b0bc90451799b3f06b393
authorTim Blechmann <tim@klingt.org>
Thu, 8 Dec 2011 12:29:49 +0000 (8 13:29 +0100)
committerTim Blechmann <tim@klingt.org>
Fri, 9 Dec 2011 18:43:37 +0000 (9 19:43 +0100)
tree09b9a292ea6d60f4c19661db9cb49eee7f05670a
parent3efcdea53426372b2bcc5420415ab587364f91b4
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>
SCClassLibrary/Common/GUI/PlusGUI/Collections/StringPlusGUI.sc
SCClassLibrary/Common/GUI/PlusGUI/Control/ServerPlusGUI.sc
SCClassLibrary/Common/GUI/PlusGUI/Control/SynthDescPlusGUI.sc
SCClassLibrary/Platform/Platform.sc
editors/scel/sc/Emacs.sc
editors/scel/sc/extBuffer.sc
editors/scel/sc/extString.sc