Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 210761 - [Dialogs] Open resource dialog does not support projects well
Summary: [Dialogs] Open resource dialog does not support projects well
Status: CLOSED DUPLICATE of bug 86973
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 3.3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact: Susan McCourt CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-23 09:13 EST by David CLA
Modified: 2009-11-17 09:24 EST (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 David CLA 2007-11-23 09:13:23 EST
The previous versions of eclipse (3.1 backwards) would allow good keyboard use of the open-resource dialog.
e.g.
With multiple projects open at once all containing a file called pom.xml, you used to be able to do
Ctrl+Shift R     // Open resource dialog
pom
Comment 1 David CLA 2007-11-23 09:16:53 EST
Full text of description

The previous versions of eclipse (3.1 backwards) would allow good keyboard use of the open-resource dialog.
e.g.
With multiple projects open at once all containing a file called pom.xml, you used to be able to do
Ctrl+Shift R     // Open resource dialog
pom              // Selects multiple files in multiple projects
Q                // Move to first entry for a project with a name starting with a Q

Now, since all entries in the list start with pom.xml, then have the project name, this short cut method of moving through files is completely lost.

I imagine I am not the only one that this will annoy a lot, and since this is an operation I do a lot (so others probably do too) I think it is worth fixing.

Cheers,

David.
Comment 2 Markus Keller CLA 2007-12-05 05:16:11 EST
Bug 86973 would solve this problem by supporting path patterns, e.g. "Q*/pom" in your case.
Comment 3 Susan McCourt CLA 2009-07-15 11:52:57 EDT
"As per http://wiki.eclipse.org/Platform_UI/Bug_Triage_Change_2009"
Comment 4 Markus Keller CLA 2009-11-17 09:24:42 EST

*** This bug has been marked as a duplicate of bug 86973 ***