On Mon, Mar 30, 2009 at 10:27, Wim De Smet <[email protected]> wrote:
> I haven't used the T2 editor much yet, but from experience in T1 this would
> probably be easiest for me. Most of the time I ended up editing the code in an
> external editor anyway, and then pasting it in verbatim so I didn't have to
> worry about losing edits if I closed the wrong thing, or losing undo/redo
> history.
Note that if the main problems with the beanshell editor is the
undo/redo, then as Alex has pointed out, this has been solved in
Taverna 2.0, where Ctrl-Z (or Cmd-Z on OS X) does the textual undo,
pressing "Cancel" will just close the dialogue without applying the
changed script, and even if you did press "OK" you can press do
Edit->Undo to restore the original beanshell as if you had pressed
Cancel.
Except for the Edit->Undo it should be possible to pull in these
changes for the editor in Taverna 1 as well, as it's just a matter of
using our patched version of jEdit. (from the LGPL-branch):
<dependency>
<groupId>net.sf.taverna.jedit</groupId>
<artifactId>jedit-syntax</artifactId>
<version>2.2.2-taverna-2008-11-28</version>
</dependency>
--
Stian Soiland-Reyes, myGrid team
School of Computer Science
The University of Manchester
------------------------------------------------------------------------------
_______________________________________________
taverna-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/taverna-users
Documentation: http://www.mygrid.org.uk/usermanual1.7/
FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq
Biological Services: http://www.mygrid.org.uk/wiki/Mygrid/BiologicalWebServices