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 - Add compound degrees to the xamui undo manager
Summary: Add compound degrees to the xamui undo manager
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-31 23:30 UTC by Nathan Fiedler
Modified: 2007-01-13 01:08 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.