XQuery IntelliJ Plugin 1.1
10 Apr 2018
Language Support:
- Support using MarkLogic 8.0
array-node()andobject-node()tests indocument-node()tests. - Fix parsing Saxon 9.8
tupletypes with whitespace or comments after the item type with an occurrence indicator and before the comma. - Fix parsing Saxon 9.8
uniontypes with whitespace or comments after the QName and before the comma. - Fix parsing
TypedFunctionTestconstructs with whitespace or comments after the item type with an occurrence indicator and before the comma. - Improve error recovery when parsing incomplete QNames in direct element constructor
start and end tags, e.g.
<a:></a:>. - Fix tokenizing
``[...`]``.
Syntax Highlighting:
- Highlight NCNames in
processing-instructionStringLiterals.
References and Resolving:
- Only the variable for the active
typeswitchcase/defaultclause should be in scope. - Fix
for/letbindings so previous binding variables are visible from theinexpression. - Fix checking multiple declared variables in a Scripting Extensions
BlockVarDeclnode.
Inspections:
- XQST0118: Mismatched open and close XML tag in direct element constructors.