Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 329761

Summary: [navigation] "Quick Type Hierarchy" filter field has no affordance
Product: [Eclipse Project] JDT Reporter: Jean-Noel Rouvignac <djanoiup>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, djanoiup, markus.kell.r
Version: 3.7Keywords: ui, usability
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on: 325564, 325565    
Bug Blocks:    

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.