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

Summary: AutoLayout should have Undo feature.
Product: soa Reporter: Rahul Dwivedi <rdwivedi>
Component: IEP editorAssignee: pvarghese <pvarghese>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 92800    

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.