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 62378 - Remove redundant actions "Change Items Order" and "Change Categories Order"
Summary: Remove redundant actions "Change Items Order" and "Change Categories Order"
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Palette (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-08-16 12:43 UTC by Jiri Skrivanek
Modified: 2008-12-22 18:54 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2005-08-16 12:43:33 UTC
UI specification doesn't mention "Change Items Order" and "Change Categories
Order" actions. IMO they are redundant to what Palette customizer does. Then
they can be removed with associated dialog "Change Order".
Comment 1 Jindrich Dinga 2005-08-18 15:17:22 UTC
I'm CCing Dusan Pavlica - author of the UI spec.
Comment 2 Stanislav Aubrecht 2005-08-23 15:10:41 UTC
fixed

Checking in src/org/netbeans/modules/palette/Bundle.properties;
/cvs/core/palette/src/org/netbeans/modules/palette/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.8; previous revision: 1.7
done
Checking in src/org/netbeans/modules/palette/CategoryNode.java;
/cvs/core/palette/src/org/netbeans/modules/palette/CategoryNode.java,v  <-- 
CategoryNode.java
new revision: 1.8; previous revision: 1.7
done
Checking in src/org/netbeans/modules/palette/ItemNode.java;
/cvs/core/palette/src/org/netbeans/modules/palette/ItemNode.java,v  <-- 
ItemNode.java
new revision: 1.7; previous revision: 1.6
done
Checking in src/org/netbeans/modules/palette/RootNode.java;
/cvs/core/palette/src/org/netbeans/modules/palette/RootNode.java,v  <-- 
RootNode.java
new revision: 1.6; previous revision: 1.5
done
Checking in src/org/netbeans/modules/palette/Utils.java;
/cvs/core/palette/src/org/netbeans/modules/palette/Utils.java,v  <--  Utils.java
new revision: 1.6; previous revision: 1.5
done
Comment 3 Jiri Skrivanek 2005-08-30 09:56:53 UTC
Verified.