Skip to content

Commit

Permalink
xquery-intellij-plugin 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed Aug 31, 2020
1 parent 9a6e9cc commit 547a8de
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 17 deletions.
15 changes: 1 addition & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,9 @@

## 1.8 - (In Development)

XML and XSLT:

1. Fix an IntelliJ issue displaying XML elements with name or id attributes in
the file structure dialog. This fixes IDEA-247202.
1. Fix `saxon:type-alias` support for the `type` attribute.
1. Use the XSLT directive highlighting for vendor extensions.
1. Set icons for XSLT function, parameter, variable, and item type elements.

IntelliJ Integration:

1. Don't display the file path in query body elements in the navbar.
1. Check that a path in a profile can be navigated to before navigating to it.
1. Fix displaying the endpoint path in the endpoints pane.

## 2020

* [1.7.2 - 2020-08-31](docs/_posts/2020-08-31-release-1.7.2.md)
* [1.7.1 - 2020-07-25](docs/_posts/2020-07-25-release-1.7.1.md)
* [1.7 - 2020-07-10](docs/_posts/2020-07-10-release-1.7.md)
* [1.6.2 - 2020-05-04](docs/_posts/2020-05-04-release-1.6.2.md)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ buildscript {
ext.junit_milestone = ''
ext.kotlin_version = "1.3.72"

ext.plugin_version = '1.8'
ext.suffix = '-dev'
ext.plugin_version = '1.7.2'
ext.suffix = ''

// The JBR version to use with buildSearchableOptions.
ext.jbr_build = System.getenv("JBR_BUILD")
Expand Down
18 changes: 18 additions & 0 deletions docs/_posts/2020-08-31-release-1.7.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: post
title: XQuery IntelliJ Plugin 1.7.2
category: release
---
XML and XSLT:

1. Fix an IntelliJ issue displaying XML elements with name or id attributes in
the file structure dialog. This fixes IDEA-247202.
1. Fix `saxon:type-alias` support for the `type` attribute.
1. Use the XSLT directive highlighting for vendor extensions.
1. Set icons for XSLT function, parameter, variable, and item type elements.

IntelliJ Integration:

1. Don't display the file path in query body elements in the navbar.
1. Check that a path in a profile can be navigated to before navigating to it.
1. Fix displaying the endpoint path in the endpoints pane.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
]]></description>

<change-notes><![CDATA[
<h3>Release 1.8-dev:</h3>
<h3>Release 1.7.2:</h3>
<p>XML and XSLT:</p>
<ol>
<li>
Expand Down

0 comments on commit 547a8de

Please sign in to comment.