mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
PR 98765 - removing duplicates from proposal list.
This commit is contained in:
parent
cc1b8dbe9e
commit
85294104b3
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class SearchCompletionContributor implements ICompletionContributor {
|
|||
ICSearchScope scope = SearchEngine.createWorkspaceScope();
|
||||
|
||||
// Create the pattern
|
||||
ICSearchPattern pattern = SearchEngine.createSearchPattern(prefix + "*", ICSearchConstants.UNKNOWN_SEARCH_FOR, ICSearchConstants.ALL_OCCURRENCES, false); //$NON-NLS-1$
|
||||
ICSearchPattern pattern = SearchEngine.createSearchPattern(prefix + "*", ICSearchConstants.UNKNOWN_SEARCH_FOR, ICSearchConstants.ALL_OCCURRENCES, true); //$NON-NLS-1$
|
||||
|
||||
// Run the search
|
||||
BasicSearchResultCollector collector = new BasicSearchResultCollector();
|
||||
|
|
Loading…
Add table
Reference in a new issue