Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 771 Bytes

2017-07-18-release-0.5.md

File metadata and controls

24 lines (19 loc) · 771 Bytes
layout title category
post
XQuery IntelliJ Plugin 0.5
release

Language Support:

  1. MarkLogic 9.0 support.
  2. Interpret expr <ncname as part of an expression, not as a DirElemConstructor when not followed by an attribute list or closing element tag. XQuery engines support this usage.
  3. Allow empty EnclosedExpr elements in CompTextConstructor, DirAttributeValue and DirElemContent for MarkLogic.

Bug Fixes:

  1. Fix processing NCNames in map keys and values separated by spaces.
  2. Fix a crash when checking conformance of map constructs without a :.

IntelliJ Integration:

  1. Support code folding for EnclosedExpr, DirElemConstructor and Comment elements;
  2. Initial support for MarkLogic run configurations.