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 70112 - module suite logical view: alphabetize module list
Summary: module suite logical view: alphabetize module list
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-12-08 19:51 UTC by Rich Unger
Modified: 2005-12-09 19:19 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 Rich Unger 2005-12-08 19:51:56 UTC
I have a lot of modules in my module suite, and it's hard to find a particular
module in the suite's project view.  Could those nodes be alphabetized or something?
Comment 1 Jesse Glick 2005-12-08 20:33:13 UTC
Yup, easy enough.
Comment 2 Jesse Glick 2005-12-09 19:19:55 UTC
Fixed, with some other minor code changes:

committed   * Up-To-Date  1.42       
apisupport/project/src/org/netbeans/modules/apisupport/project/NbModuleProjectGenerator.java
committed   * Up-To-Date  1.20       
apisupport/project/src/org/netbeans/modules/apisupport/project/ui/SuiteLogicalView.java
committed   * Up-To-Date  1.4        
apisupport/project/test/unit/src/org/netbeans/modules/apisupport/project/ui/SuiteLogicalViewTest.java