File tree Expand file tree Collapse file tree
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## 1.8 - (In Development)
44
5- 1 . Fix displaying the endpoints gutter icon when using IntelliJ Community
6- Edition.
7- 1 . Fix displaying the endpoints list when clicking on the gutter icon.
8-
9- XSLT:
10-
11- 1 . Register the XSLT 2.0 and XSLT 3.0 schema file URIs with IntelliJ.
12- 1 . Auto-complete support for EXSL, MarkLogic, and Saxon XSLT extension elements.
13- 1 . Fix validating and completing XSLT 3.0 variable elements. This is a
14- workaround for IDEA-233695.
15-
165## 2020
176
18- * [ 1.7 - 2020-03-21] ( docs/_posts/2020-07-10-release-1.7.md )
7+ * [ 1.7.1 - 2020-07-25] ( docs/_posts/2020-07-25-release-1.7.1.md )
8+ * [ 1.7 - 2020-07-10] ( docs/_posts/2020-07-10-release-1.7.md )
199* [ 1.6.2 - 2020-05-04] ( docs/_posts/2020-05-04-release-1.6.2.md )
2010* [ 1.6.1 - 2020-04-09] ( docs/_posts/2020-04-09-release-1.6.1.md )
2111* [ 1.6 - 2020-03-21] ( docs/_posts/2020-03-21-release-1.6.md )
Original file line number Diff line number Diff line change 88
99## IntelliJ XQuery Plugin
1010
11- This is a plugin for IntelliJ IDE 2019.1 &ndash ; 2020.1 that adds support
11+ This is a plugin for IntelliJ IDE 2019.1 &ndash ; 2020.2 that adds support
1212for the XML Query (XQuery) language. This covers support for:
13131 . XQuery 1.0, 3.0, and 3.1;
14141 . XQuery and XPath Full Text extension;
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ buildscript {
3737 ext. junit_milestone = ' '
3838 ext. kotlin_version = " 1.3.72"
3939
40- ext. plugin_version = ' 1.8 '
41- ext. suffix = ' -dev '
40+ ext. plugin_version = ' 1.7.1 '
41+ ext. suffix = ' '
4242
4343 // The JBR version to use with buildSearchableOptions.
4444 ext. jbr_build = System . getenv(" JBR_BUILD" )
Original file line number Diff line number Diff line change 1+ ---
2+ layout : post
3+ title : XQuery IntelliJ Plugin 1.7.1
4+ category : release
5+ ---
6+ 1 . Fix displaying the endpoints gutter icon when using IntelliJ Community
7+ Edition.
8+ 1 . Fix displaying the endpoints list when clicking on the gutter icon.
9+
10+ XSLT:
11+
12+ 1 . Register the XSLT 2.0 and XSLT 3.0 schema file URIs with IntelliJ.
13+ 1 . Auto-complete support for EXSL, MarkLogic, and Saxon XSLT extension elements.
14+ 1 . Fix validating and completing XSLT 3.0 variable elements. This is a
15+ workaround for IDEA-233695.
Original file line number Diff line number Diff line change 6868 ]]> </description >
6969
7070 <change-notes ><![CDATA[
71- <h3>Release 1.8-dev :</h3>
71+ <h3>Release 1.7.1 :</h3>
7272 <ol>
7373 <li>Fix displaying the endpoints gutter icon when using IntelliJ Community Edition.</li>
7474 <li>Fix displaying the endpoints list when clicking on the gutter icon.</li>
You can’t perform that action at this time.
0 commit comments