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

Summary: module suite logical view: alphabetize module list
Product: apisupport Reporter: Rich Unger <richunger>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker Keywords: UI
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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