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 47134

Summary: Size of "Recent Projects" list unnecessarily small
Product: projects Reporter: Jesse Glick <jglick>
Component: Generic Projects UIAssignee: Jesse Glick <jglick>
Status: CLOSED FIXED    
Severity: blocker CC: jrojcek, phrebejk
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41835    

Description Jesse Glick 2004-08-12 00:02:57 UTC
The recent projects list only displays five items.
This seems unnecessarily limited. In practice I
have found myself going to this menu item and
looking for something only to find it is off the
list. Perhaps it could be expanded to 10 or so,
which would make it more useful without making the
submenu too large to quickly scan through?

In fact

http://projects.netbeans.org/buildsys/build-sys-ui-spec.html#File_Menu

says it should hold 10, not 5.

I will make the change. Simple - controlled by a
constant in the OpenProjectList constructor.
Comment 1 Jesse Glick 2004-08-12 05:49:50 UTC
committed     Up-To-Date  1.18       
projects/projectui/src/org/netbeans/modules/project/ui/OpenProjectList.java
Comment 2 Jaromir Uhrik 2005-07-14 16:19:10 UTC
Verified.