XQuery IntelliJ Plugin 0.5
18 Jul 2017
Language Support:
- MarkLogic 9.0 support.
- Interpret
expr <ncname
as part of an expression, not as aDirElemConstructor
when not followed by an attribute list or closing element tag. XQuery engines support this usage. - Allow empty
EnclosedExpr
elements inCompTextConstructor
,DirAttributeValue
andDirElemContent
for MarkLogic.
Bug Fixes:
- Fix processing NCNames in
map
keys and values separated by spaces. - Fix a crash when checking conformance of
map
constructs without a:
.
IntelliJ Integration:
- Support code folding for
EnclosedExpr
,DirElemConstructor
andComment
elements; - Initial support for MarkLogic run configurations.