Skip to content

Commit 0a4f46e

Browse files
committed
xquery-intellij-plugin 0.2
1 parent 52c3b87 commit 0a4f46e

4 files changed

Lines changed: 8 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## 0.2 - (In Development)
3+
## 0.2 - 2016-10-30
44

55
1. Use an inspection -- not the parser -- to check and report constructs from a
66
different XQuery version or extension.

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ This project provides XQuery support for the IntelliJ IDE.
1616
_Supported IntelliJ Platforms:_ IntelliJ IDEA Community, IntelliJ IDEA Ultimate,
1717
PhpStorm, WebStorm, PyCharm, RubyMine, AppCode, CLion, Rider, Android Studio
1818

19-
_Supported IntelliJ Versions:_ 2016.1 - 2016.2
20-
21-
_Supported XQuery Versions:_ 1.0, 3.0
22-
23-
_Supported XQuery Extensions:_ Update Facility 1.0
19+
_Supported IntelliJ Versions:_ 2016.1 - 2016.3
2420

2521
_Supported XQuery Implementations:_ MarkLogic, Saxonica, W3C Specifications
2622

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ allprojects {
1616
apply plugin: 'jacoco'
1717

1818
group 'uk.co.reecedunn.intellij.plugin.xquery'
19-
version '0.2-dev'
19+
version '0.2'
2020

2121
repositories {
2222
mavenCentral()

src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
]]></description>
1111

1212
<change-notes><![CDATA[
13-
<p>Release 0.1:</p>
13+
<p>Release 0.2:</p>
1414
<ul>
15-
<li>XQuery file type support, including encoding detection.</li>
16-
<li>Conforming XQuery 1.0 syntax highlighter and parser.</li>
15+
<li>XQuery 3.0 support.</li>
16+
<li>MarkLogic extended syntax support.</li>
17+
<li>IntelliJ resolve support for URI literals, namespaces, functions and variables.</li>
18+
<li>IntelliJ find usages support.</li>
1719
</ul>
1820
]]></change-notes>
1921

0 commit comments

Comments
 (0)