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 154634

Summary: Add "Move Up" and "Move Down" buttons to "Create Table" dialog for moving columns
Product: db Reporter: Roman Mostyka <romanmostyka>
Component: CodeAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED FIXED    
Severity: blocker CC: vbrabant
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Roman Mostyka 2008-12-04 17:56:20 UTC
1. Connect to some DB.
2. Expand it's node, rightclick "Tables" node and choose "Create Table...".
3. Enter table name, set name and type for first column.
4. Add second column and set name and type for it.

Result: If user wants to change columns order, there is only one workaround:
Change first column name to second and do the same for first column type. After this do the same actions for second
column, but with values from first column.
But if user has 10 columns and it is necessary to change order, it will be very inconvenient to do.
We need add some buttons like "Move Up" and "Move Down" for this purpose.
Comment 1 Jiri Rechtacek 2009-10-16 14:11:09 UTC
Reassigned to new owner.
Comment 2 matthias42 2012-08-20 14:57:28 UTC
*** Bug 65758 has been marked as a duplicate of this bug. ***
Comment 3 Jaroslav Havlin 2013-02-14 10:10:49 UTC
http://hg.netbeans.org/core-main/rev/806bbc5dd3a2
Fixed.
Comment 4 Quality Engineering 2013-02-16 01:53:56 UTC
Integrated into 'main-golden', will be available in build *201302152300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/806bbc5dd3a2
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #154634: Add "Move Up" and "Move Down" buttons to "Create Table" dialog for moving columns