mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
WEB-32388 XML/HTML attribute completion items disappear
if you press Ctrl+Space once again
This commit is contained in:
@@ -201,6 +201,7 @@ public class XmlCompletionContributor extends CompletionContributor {
|
||||
!(parameters.getOriginalFile() instanceof XmlFile)) {
|
||||
return;
|
||||
}
|
||||
result.stopHere();
|
||||
final XmlTag tag = (XmlTag)parent;
|
||||
final String namespace = tag.getNamespace();
|
||||
final String prefix = result.getPrefixMatcher().getPrefix();
|
||||
|
||||
Reference in New Issue
Block a user