[kepler-dev] [Bug 3185] - Ctrl-z does not "undo" in RExpression actor
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Thu Mar 27 15:28:35 PDT 2008
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3185
------- Comment #2 from leinfelder at nceas.ucsb.edu 2008-03-27 15:28 -------
from kepler-dev email that i sent:
---
After looking at this again, I realized it could be made even more
generic by creating the UndoableEditListener implementation as a
regular class (not inner). That way the ptolemy.actor.gui.TextEditor
can make use of the same code. The PythonScript actor seems to makes
use of the TextEditor when you "Configure Actor" (from the context
menu). It would be nice to provide the undo feature there, too.
We could also do something similar with the RExpression actor (but
instead use the text editor when "Open Actor" is invoked). Using the
editor for R would address a few concerns we've heard about the
current editing window being too small and also demanding window focus
until the text changes were "committed".
See http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3186 and
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3187
More information about the Kepler-dev
mailing list