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 92984 - AutoLayout should have Undo feature.
Summary: AutoLayout should have Undo feature.
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: IEP editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: pvarghese
URL:
Keywords:
Depends on:
Blocks: 92800
  Show dependency tree
 
Reported: 2007-01-22 18:21 UTC by Rahul Dwivedi
Modified: 2008-09-10 22:57 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 Rahul Dwivedi 2007-01-22 18:21:32 UTC
Based on IEP UI review document

LMM-03:
If the user selects auto-layout, this action should be “un-do-able”
Comment 1 pvarghese 2008-08-27 23:26:27 UTC
Implemented undo for autolayout action. the autolayout action will enable the undo button on netbeans and the whole
action will be undone (nodes back to prior positions) when undo button is clicked. the undo is also available with the
key action "Ctrl + z".

changeset:   85225:89712efb1846
tag:         tip
user:        <pvarghese@netbeans.org>
date:        Wed Aug 27 15:24:38 2008 -0700
files:       
iep.editor/src/org/netbeans/modules/iep/editor/designer/PlanCanvas.java
description:
Enhance 92984 added undo management for autolayout action
Comment 2 jlautz 2008-09-10 22:57:35 UTC
Verified fixed with 080909 IEP .nbm modules.