mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
SSR: show search templates "location" (according to mock-up)
This commit is contained in:
+1
@@ -21,6 +21,7 @@ public class StructuralSearchTemplatesCompletionContributor extends CompletionCo
|
||||
if (configuration == null) continue;
|
||||
LookupElementBuilder element = LookupElementBuilder.create(configuration, configuration.getMatchOptions().getSearchPattern())
|
||||
.withLookupString(configurationName)
|
||||
.withTailText(" (search template)", true)
|
||||
.withCaseSensitivity(false)
|
||||
.withPresentableText(configurationName);
|
||||
insensitive.addElement(element);
|
||||
|
||||
Reference in New Issue
Block a user