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 56503 - Provide view filters
Summary: Provide view filters
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
: 53835 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-16 06:06 UTC by paulhuang
Modified: 2012-12-24 19:28 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Attach a screenshot to illustrate the filter idea. (88.71 KB, image/jpeg)
2005-05-10 03:23 UTC, paulhuang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description paulhuang 2005-03-16 06:06:53 UTC
There is another thing I suggest we can grab from Eclipse, to provide view
filters. With filters, developers can specify what he/she wants to view and what
he/she doesn't want. 

For example, you can specify not to show empty packages and not to show
refereced libraries, which will then help you to hide all the empty packages and
referenced libaries from the navigator. 

I list all the filters currently provided in Elipse 3.1 FYI.

.* files
Binary plug-in and feature projects
Closed projects
Empty packages
Emtpy parent packages
Fields
Import declarations
Inner class files
Java files
Local types
Non-Java elements
Non-Java projects
Non-public members
Non-shared projects
Package declarations
Referenced libraries
Static fields and methods
Comment 1 David Simonek 2005-05-09 12:46:27 UTC
*** Issue 53835 has been marked as a duplicate of this issue. ***
Comment 2 David Simonek 2005-05-09 16:40:14 UTC
Generally accepted, although I'll have to see eclipse's impl to fully see what
this is about.  
Comment 3 paulhuang 2005-05-10 03:23:06 UTC
Created attachment 22056 [details]
Attach a screenshot to illustrate the filter idea.