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 - Size of "Recent Projects" list unnecessarily small
Summary: Size of "Recent Projects" list unnecessarily small
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 41835
  Show dependency tree
 
Reported: 2004-08-12 00:02 UTC by Jesse Glick
Modified: 2006-03-24 09:56 UTC (History)
2 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 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.