preparing to turn light inclusion on

This commit is contained in:
peter
2012-03-28 09:55:24 +02:00
parent 5afd0970c4
commit c14e1cb07e
@@ -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;
}