Bug 329160 - [open type] "Open Type" dialog - easily limit classes in which is search done.
Summary: [open type] "Open Type" dialog - easily limit classes in which is search done.
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-31 08:26 EDT by Jan Vitasek CLA
Modified: 2018-05-20 10:07 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Vitasek CLA 2010-10-31 08:26:15 EDT
Build Identifier: NONE

User wants to search for a class which is only in some project or in workspace, but he DOESN'T want to search among classes which are inherited from classpath.
Or he just wants that workspace classes are in the result of searching on the first places.

Reproducible: Always

Steps to Reproduce:
Use case:

Developer is a new in the project.
And he is searching for some class which is in the project which he develops.
He just knows +- a name of that class. But he doesn't want to search among all classes which are in workspace and classes which are inherited from workspace projects' classpaths. And using type filters is too slow. So he just wants to do the following.

1. Open "Open Type" dialog using CTRL+SHIT+T
2. Check "workspace only classes" or selected some working set
3. "Open Type" dialog would filter classes to be only in selected workspace projects and NOT SHOW CLASSES WHICH ARE IN CLASSPATHs OF THOSE PROJECTS. That would very much limits the searched area of classes and allows easily search for a class in created project.
Comment 1 Markus Keller CLA 2010-11-29 11:13:48 EST
We could add something like the "Search In" filters in the Call Hierarchy view menu or on the Java Search tab.