Hi Andreas
We're not at a stage for beta testing as yet.
As you've no doubt seen you can undo drag and placement of diagram
elements with the instructions Michiel gave you..
However we never determined a way to undo creation and deletion of
model elements from the MDR repository.
However I see from Bogdan commits that the work on EMF includes undo.
So I hope we can revisit the problem of undo once the GSOC branches
are merged with the trunk.
Regards
Bob.
On 14/08/07, Michiel van der Wulp <[EMAIL PROTECTED]> wrote:
> Hi Andreas,
>
> Your help is very welcome!
>
> > I have checked out the trunk and run build compile / build run in the
> > src_new folder, but CTRL + Z / CTRL + Y does not provide the undo
> > functionality. Am I missing somthing?
>
> You are missing the org.argouml.kernel.UndoEnabler class!
> Please look at it, and modify its "enabled" member.
>
> Regards,
> Michiel
>
>
> package org.argouml.kernel;
>
>
> /**
>
> * Control for enabling undo functionality. Remove once undo has acceptable
>
> * support through all of GEF and ArgoUML.
>
> *
>
> * @author Bob Tarling
>
> */
>
> public final class UndoEnabler {
>
>
> /**
>
> * Change this value to true to enable undo.
>
> * Do not commit in this state.
>
> * TODO: Implement!
>
> */
>
> private static boolean enabled = false;
>
>
> /**
>
> * The constructor.
>
> */
>
> private UndoEnabler() {
>
> super();
>
> }
>
>
> /**
>
> * @return <code>true</code> if undo is enabled.
>
> */
>
> public static boolean isEnabled() {
>
> return enabled;
>
> }
>
> }
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]