Bug 59627 - Rename field action takes multiple steps to undo
Summary: Rename field action takes multiple steps to undo
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VE (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: VE Bugzilla inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-22 10:01 EDT by Jeff Myers CLA
Modified: 2011-06-13 11:38 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Myers CLA 2004-04-22 10:01:00 EDT
It doesn't appear that the changes made by the rename field action are being
done as one shot by a command.  The result of this is pressing undo after
performing a field rename just undos one step of the process at once.  Pressing
undo should undo the entire operation, not each step individually.
Comment 1 Richard Kulp CLA 2004-04-30 14:19:57 EDT
Sri, come see me when you are ready to do this. There is a way to tell to have
the updates be one block.
Comment 2 Srimanth CLA 2005-09-14 15:58:08 EDT
Generally top down changes occur under one transaction. The problem with rename
is that it does an async exec() so that snippet update gets triggered, and in
doing so goes out of the top-down transaction and results in multiple undo. We
need a window after top-down and before end of transaction where the display
queue is flushed, so that all the renames come under one Undo. 
Comment 3 Srimanth CLA 2005-09-14 15:59:34 EDT
Assigning to Rich as it is changes to the modelchange controller.
Comment 4 Shaikovsky Ilya CLA 2005-12-28 04:07:23 EST
I have the same issue and as I could see many actions which are uses Eclipse formater(content assist,.. etc) can't be undone in one step.