You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrey Razumovsky (JIRA)" <ji...@apache.org> on 2009/12/09 15:45:18 UTC

[jira] Commented: (CAY-1191) Undo/Redo support in modeler

    [ https://issues.apache.org/jira/browse/CAY-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788109#action_12788109 ] 

Andrey Razumovsky commented on CAY-1191:
----------------------------------------

Thanks Anton!

I committed your patch. 
But, later I found some strange pieces of code like this one:

this.dataNodeName = new TextAdapter(new JTextField()) {
            @Override
            protected void updateModel(String text) throws ValidationException {
            }
        };

Is that some unfinished functionality? Undo/Redo does not work correctly for fields with that. They include: all fields in DataNode view, EJBQL view, SQLTemplate view. What is that for?
Everything else works perfect, so this is only stopper for us.

> Undo/Redo support in modeler
> ----------------------------
>
>                 Key: CAY-1191
>                 URL: https://issues.apache.org/jira/browse/CAY-1191
>             Project: Cayenne
>          Issue Type: New Feature
>          Components: CayenneModeler GUI
>    Affects Versions: 3.0M5
>            Reporter: Andrey Razumovsky
>            Assignee: Andrey Razumovsky
>             Fix For: 3.0
>
>         Attachments: icon-redo.gif, icon-undo.gif, patch.txt, patch.txt, patch.txt, undo_redo_patch.txt
>
>
> Modeler should support Undo/Redo. History should include all add/remove/edit/sync operations and be reset after 'Major' operations like Reverse-Engineer.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.