Bug 87943 - [navigation] allow to specify hierarchical criteria in quick view's search entry field
Summary: [navigation] allow to specify hierarchical criteria in quick view's search en...
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-14 11:10 EST by Eugene Kuleshov CLA
Modified: 2005-03-15 08:34 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Kuleshov CLA 2005-03-14 11:10:07 EST
When working with quick outline for large classes that are using lot of inner
classes (e.g. most of Eclipse's own UI classes) existing filter became quite
useless because it does not allow to specify context. I suggest to allow to
specify Ant-like regexps for context, use '/' as context divider (usually for
outer classes) and "**" to choose any parent context. Then you can specify
filter like this "**/visit*" to show all visit*() methods in all inner classes,
or "**/SomeClass/get*" to show all getters on SomeClass only.
Comment 1 Dani Megert CLA 2005-03-15 05:21:13 EST
Build I20050308-0800

> existing filter
You mean the "Name filer patterns", right?

Would another filter, e.g. "inner types" help?
Comment 2 Eugene Kuleshov CLA 2005-03-15 07:14:36 EST
Daniel, I'd really prefer regexp-like filter with context (subclass) support,
e.g. with patterns "**" and "/" used for specifying subclass/superclass names.
It is just faster to deal with, does not require mouse to change and probably
more natural too.

BTW, what is this "RESOLVED REMIND" status?
Comment 3 Eugene Kuleshov CLA 2005-03-15 07:36:21 EST
Ahh, I see what you mean now. This requiest is not about "filter" that you can
configure form quick outline popup menu, this is about dynamic filter that you
can type in the entry field on the top of this dialog

Actually similar filter would be handy for quick hierarchy popup too.
Comment 4 Dani Megert CLA 2005-03-15 08:34:30 EST
REMIND means we need more info i.e. we are not yet sure that it's not a bug
(invalid/wontfix) and need more info.