Bug 549379 - Editor search dropdown should automatically support wildcards for dot
Summary: Editor search dropdown should automatically support wildcards for dot
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.12   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 4.13 M3   Edit
Assignee: Paul Pazderski CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-18 04:22 EDT by Paul Pazderski CLA
Modified: 2019-08-05 04:28 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 Paul Pazderski CLA 2019-07-18 04:22:35 EDT
Bug 531746 added substring matches for the editor search filter (Ctrl+E) by prefixing the search string with '*' if the search string is not start with a pattern character. This logic interprets dot ('.') as pattern character but the backing SearchPattern class does not. As consequence the substring matches do not work if the input starts with a dot which is IMO incomprehensible for a user.
Comment 1 Eclipse Genie CLA 2019-07-18 04:24:46 EDT
New Gerrit change created: https://git.eclipse.org/r/146295