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

Bug 210761

Summary: [Dialogs] Open resource dialog does not support projects well
Product: [Eclipse Project] Platform Reporter: David <david_clark2>
Component: IDEAssignee: Platform UI Triaged <platform-ui-triaged>
Status: CLOSED DUPLICATE QA Contact: Susan McCourt <susan>
Severity: normal    
Priority: P3 CC: markus.kell.r, Tod_Creasey
Version: 3.3.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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 ***