|
2 | 2 | <idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude"> |
3 | 3 | <id>uk.co.reecedunn.intellij.plugin.xquery</id> |
4 | 4 | <!--suppress PluginXmlValidity --> |
5 | | - <name>xquery-intellij-plugin</name> |
| 5 | + <name>XQuery IntelliJ Plugin</name> |
6 | 6 | <version>VERSION</version> |
7 | 7 | <vendor email="msclrhd@gmail.com" url="http://reecedunn.co.uk">Reece H. Dunn</vendor> |
8 | 8 | <category>XML</category> |
|
18 | 18 | <description><![CDATA[ |
19 | 19 | <p> |
20 | 20 | XQuery 1.0-3.1, XPath 2.0-3.1, and XSLT 3.0 language support with BaseX, |
21 | | - MarkLogic, Saxon, and W3C extensions; run and profile queries; log viewer; |
22 | | - and more. |
| 21 | + MarkLogic, Saxon, and W3C extensions; run, debug, and profile queries; |
| 22 | + log viewer; and more. |
23 | 23 | </p> |
24 | 24 | <p> </p> |
25 | 25 | <p>Query processor integration:</p> |
26 | 26 | <ol> |
27 | | - <li>Run BaseX, eXist-db, MarkLogic, and Saxon queries.</li> |
28 | | - <li>Profile BaseX, MarkLogic, and Saxon XQuery and XSLT.</li> |
| 27 | + <li>Run BaseX, eXist-db, FusionDB, MarkLogic, and Saxon queries.</li> |
| 28 | + <li>Profile BaseX, MarkLogic, and Saxon XQuery and XSLT files.</li> |
| 29 | + <li>Debug MarkLogic XQuery files, with experimental breakpoint support.</li> |
29 | 30 | <li>Log viewer for BaseX and MarkLogic.</li> |
30 | 31 | <li>Built-in namespace and function support for BaseX, eXist-db, MarkLogic, and Saxon.</li> |
31 | 32 | <li>Support for MarkLogic rewriter XML files and EXQuery RESTXQ endpoints.</li> |
32 | 33 | </ol> |
| 34 | + <p>Library and Framework integration:</p> |
| 35 | + <ol> |
| 36 | + <li>MarkLogic Roxy – source root detection.</li> |
| 37 | + <li>MarkLogic ml-gradle – source root detection.</li> |
| 38 | + </ol> |
33 | 39 | <p>XPath and XSLT:</p> |
34 | 40 | <ol> |
35 | 41 | <li>XSLT 3.0 XMLSchema support.</li> |
|
62 | 68 | ]]></description> |
63 | 69 |
|
64 | 70 | <change-notes><![CDATA[ |
65 | | - <h3>Release 1.7-dev:</h3> |
| 71 | + <h3>Release 1.7:</h3> |
| 72 | + <ol> |
| 73 | + <li>Display MarkLogic rewriter and EXQuery RESTXQ endpoints in IntelliJ Ultimate's Endpoint tool window.</li> |
| 74 | + <li>Support for debugging MarkLogic XQuery-based queries, with experimental expression breakpoint support.</li> |
| 75 | + <li>Improved eXist-db and FusionDB support.</li> |
| 76 | + <li>Support for MarkLogic Roxy and ml-gradle project source root detection.</li> |
| 77 | + <li>Add icons to the query processors and document sources.</li> |
| 78 | + </ol> |
66 | 79 | <p>MarkLogic:</p> |
67 | 80 | <ol> |
68 | 81 | <li>Support stopping MarkLogic queries.</li> |
|
0 commit comments