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

Bug 424130

Summary: Find file: Allow user to find a file filtered on specific folders.
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 5.0   
Target Milestone: 5.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description libing wang CLA 2013-12-16 09:47:09 EST
Recently I've been working on unit tests frequently. One thing painful I found is that when i typed testcase.js in the find file dialog, it gives me more than a dozen of files in different folders.
I would like to have a search term like "testcase.js compare" or even "test*.* compare", then it will give me all the matching files whose folders contains "compare".
We will also tool tip the user that this "two keywords separated by space" means filename & foldername.
Comment 1 libing wang CLA 2013-12-17 13:30:31 EST
fixed with http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=25c387201a57224400fc8841c8d15b5709f24077.

You can now type "fileName folderName" to only render the results whose folder contains folerName.