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 71820 - Action wiz - "Position" combos useless
Summary: Action wiz - "Position" combos useless
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2006-01-24 21:11 UTC by Jesse Glick
Modified: 2006-01-27 14:49 UTC (History)
0 users

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 Jesse Glick 2006-01-24 21:11:28 UTC
Not sure how it was that no one noticed this before, but the "Position" combos
in the Action wiz are completely wrong. The order of items within a menu is
completely random.
Comment 1 Jesse Glick 2006-01-24 21:11:53 UTC
Easy enough to fix, anyway - just use DataFolder.getChildren to find the children.
Comment 2 Jesse Glick 2006-01-24 23:01:07 UTC
committed     Up-To-Date  1.23       
apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/action/GUIRegistrationPanel.java
Comment 3 Tomas Danek 2006-01-27 14:49:25 UTC
yes, you are right:( 
 
verified in trunk.