Bug 223804 - registry view filter should support java-like names
Summary: registry view filter should support java-like names
Status: RESOLVED INVALID
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday
Depends on:
Blocks:
 
Reported: 2008-03-25 06:37 EDT by Jacek Pospychala CLA
Modified: 2008-08-05 08:29 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacek Pospychala CLA 2008-03-25 06:37:11 EDT
Right now registry view supports only words, e.g "cow", "duck", "eclipse".
It does not support anything with dot, like "eclipse.ui", "ui.ide", etc.

It's pretty annoying as 90% of registry view contants is id's...
Comment 1 Jacek Pospychala CLA 2008-04-24 05:23:52 EDT
I hope to get it to M7 too. it's easy one
Comment 2 Jacek Pospychala CLA 2008-08-05 08:29:34 EDT
ok turns out this bug is INVALID. All strings like "eclipse.ui" or "ui.ide" are correctly matched against registry view contents.
My confusion was caused by leaves like "id = org.eclipse.ui.ide.something" where simple search string "eclipse.ui" failed.
Trick is to use asterisk at the begining of search string - "*eclipse.ui", because PatternFilter compares whole node label.