This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 90620 - Add undo redo for Graph View
Summary: Add undo redo for Graph View
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nathan Fiedler
URL:
Keywords:
Depends on:
Blocks: 89315
  Show dependency tree
 
Reported: 2006-12-05 20:52 UTC by Ritesh Adval
Modified: 2007-03-30 05:01 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ritesh Adval 2006-12-05 20:52:55 UTC
This is gavotte feature for graph editor.
Comment 1 Nathan Fiedler 2007-01-22 22:20:09 UTC
After other related bug fixes (not entered into Issuezilla), this is now
finished. The behavior should be a lot like in the WSDL view (the tree/column
view), such that if you delete a thing, undo should restore it with just one
invocation of the undo action. That is, there should _not_ be a case where a
single operation results in multiple undoable edits. That was one of the issues
fixed earlier.

Checked in to release551 branch (these changes concern the expanded state of the
widgets, such that undoing an add or remove will restore the widget to its
previous expanded/collapsed state).

wsdlui/src/org/netbeans/modules/xml/wsdl/ui/view/grapheditor/widget/CollaborationsWidget.java;
new revision: 1.1.2.23; previous revision: 1.1.2.22
wsdlui/src/org/netbeans/modules/xml/wsdl/ui/view/grapheditor/widget/ExpandableWidget.java;
new revision: 1.1.2.3; previous revision: 1.1.2.2
wsdlui/src/org/netbeans/modules/xml/wsdl/ui/view/grapheditor/widget/ExpanderWidget.java;
new revision: 1.1.2.7; previous revision: 1.1.2.6
wsdlui/src/org/netbeans/modules/xml/wsdl/ui/view/grapheditor/widget/HeaderWidget.java;
new revision: 1.1.2.2; previous revision: 1.1.2.1
wsdlui/src/org/netbeans/modules/xml/wsdl/ui/view/grapheditor/widget/MessageWidget.java;
new revision: 1.1.4.22; previous revision: 1.1.4.21
wsdlui/src/org/netbeans/modules/xml/wsdl/ui/view/grapheditor/widget/MessagesWidget.java;
new revision: 1.1.2.18; previous revision: 1.1.2.17
wsdlui/src/org/netbeans/modules/xml/wsdl/ui/view/grapheditor/widget/PartnerLinkTypeWidget.java;
new revision: 1.1.2.18; previous revision: 1.1.2.17
Comment 2 jlautz 2007-03-30 05:01:07 UTC
Verified on Windows XP with Hula 070329_14 and JDK 1.6.0_1 that the feature has
been added.