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 83974

Summary: Add compound degrees to the xamui undo manager
Product: xml Reporter: Nathan Fiedler <nlfiedler>
Component: Schema ToolsAssignee: issues@xml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description Nathan Fiedler 2006-08-31 23:30:11 UTC
Add degrees to the CompoundUndoManager class in xamui module, such that when
edits are undone in a degree that is below the current degree, the whole set
will be undone.

* Design view would have highest degree
* Schema view would have mid-level degree
* Source view would have lowest degree

In this manner, source edits are grouped into one for the schema and design
views, while schema edits are grouped for the design view only.
Comment 1 Nathan Fiedler 2006-09-13 00:25:56 UTC
Seems like this is not needed for the time being. Lowering priority.