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 174150 - [68cat] Restrict "go to type" by project
Summary: [68cat] Restrict "go to type" by project
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker with 3 votes (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-08 19:10 UTC by dynamite
Modified: 2013-06-24 22:14 UTC (History)
2 users (show)

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 dynamite 2009-10-08 19:10:33 UTC
[ BUILD # : 200910071658 ]
[ JDK VERSION : 1.6.* ]

The "go to type" functionality (ctrl-O) select types by pattern
matching with a string.  For some pattern matches though this can
pull-in a large number of possible classes, particularly if the
project has many library dependencies.  More often than not though I
use this functionality as a quick way of opening up a class that I
know (or strongly suspect) is a part of the current project or one of
my other NetBeans projects.

It would be nice to have a checkbox to restrict the displayed classes
to those that are associated with NetBeans projects and a second
checkbox to include only those classes that are in projects are
currently open in the IDE.
Comment 1 stefan79 2009-10-09 09:38:28 UTC
A Scope-Parameter like the "Find in Projects" or the "Find-Usages" - Window would be a nice feature.
You have my vote.