Bug 292533 - "Select Identifier" Dialog in PDE should support wildcards
Summary: "Select Identifier" Dialog in PDE should support wildcards
Status: RESOLVED WONTFIX
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday, helpwanted
Depends on:
Blocks:
 
Reported: 2009-10-16 10:28 EDT by Lars Vogel CLA
Modified: 2012-09-18 00:13 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2009-10-16 10:28:42 EDT
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3
Build Identifier: 20090920-1017

Hi,

the PDE uses the "Select Identifier" dialog (ElementListSelectionDialog) during the creation of extensions. For example if you add a view as perspective extension you can select "relativ" via the browse button.

If would be very nice if you could automatically include "*" in the search. For example I would like to type editorss instead of *editorss to get org.eclipse.ui.editorss.

This would be similar to the wildcard support of dependencies in https://bugs.eclipse.org/bugs/show_bug.cgi?id=269618

Best regards, Lars



Reproducible: Always
Comment 1 Chris Aniszczyk CLA 2009-10-16 10:33:31 EDT
Patches are always welcomed :)
Comment 2 Lars Vogel CLA 2009-10-16 10:41:54 EDT
That was the answer I was hoping for ;-) I'll give it a try.
Comment 3 Lars Vogel CLA 2012-09-18 00:13:50 EDT
After a few years, I'm ok with the current behavior. Closing as won't fix.