Bug 329761 - [navigation] "Quick Type Hierarchy" filter field has no affordance
Summary: [navigation] "Quick Type Hierarchy" filter field has no affordance
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui, usability
Depends on: 325564 325565
Blocks:
  Show dependency tree
 
Reported: 2010-11-09 06:30 EST by Jean-Noel Rouvignac CLA
Modified: 2010-11-10 03:11 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Noel Rouvignac CLA 2010-11-09 06:30:59 EST
Build Identifier: 20100617-1415

I have the following use case: I am looking for a particular implementations of org.apache.commons.collections.Predicate.evaluate() for which I only remember part of the name. We have plenty of implementations for the Predicate interface.

I would like to be able to use my knowledge of the name to only keep in the view (filter in) the implementations whose class name matches this name fragment. Currently, it is only possible to remove from the view (filter out) the implementations whose class name do not match.

Reproducible: Always
Comment 1 Markus Keller CLA 2010-11-09 13:56:18 EST
Did you see the text box at the top of the popup that initially has keyboard focus? That's exactly what you're looking for (shows only matching types).

Waiting for bug 325565 or bug 325564 to make the filter field easier to spot.