mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
preparing to turn light inclusion on
This commit is contained in:
@@ -87,6 +87,7 @@ class InclusionProvider implements CachedValueProvider<PsiElement[]> {
|
||||
psiElement.putUserData(XmlElement.INCLUDING_ELEMENT, xincludeTag.getParentTag());
|
||||
psiElement.putUserData(XmlUtil.ORIGINAL_ELEMENT, PsiAnchor.create(xmlTag));
|
||||
result[i] = psiElement;
|
||||
//result[i] = new IncludedXmlTag(includeTag[i], xincludeTag.getParentTag());
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user