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

Bug 412765

Summary: Editor URL: Find parameter with wild card does not hit all the matches.
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 4.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description libing wang CLA 2013-07-11 09:42:51 EDT
If you search a wild card from search page and click on a match, it should open the editor with parameters like: find=regularExpresion,regEx=true.
For example if you search on "com*view" the edit.html parameter will be "find=com.*view,regEx=true".
The editor URL from the search match href is expanded properly but the editor does not reflect it in the find option, both visually and logically.
We also need to expand the wild card in the editor parameter for CTRL+H search, to enhance the fix of Bug 412622.