Skip to content

Commit

Permalink
xquery-intellij-plugin 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed Oct 30, 2016
1 parent 52c3b87 commit 0a4f46e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 0.2 - (In Development)
## 0.2 - 2016-10-30

1. Use an inspection -- not the parser -- to check and report constructs from a
different XQuery version or extension.
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ This project provides XQuery support for the IntelliJ IDE.
_Supported IntelliJ Platforms:_ IntelliJ IDEA Community, IntelliJ IDEA Ultimate,
PhpStorm, WebStorm, PyCharm, RubyMine, AppCode, CLion, Rider, Android Studio

_Supported IntelliJ Versions:_ 2016.1 - 2016.2

_Supported XQuery Versions:_ 1.0, 3.0

_Supported XQuery Extensions:_ Update Facility 1.0
_Supported IntelliJ Versions:_ 2016.1 - 2016.3

_Supported XQuery Implementations:_ MarkLogic, Saxonica, W3C Specifications

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
apply plugin: 'jacoco'

group 'uk.co.reecedunn.intellij.plugin.xquery'
version '0.2-dev'
version '0.2'

repositories {
mavenCentral()
Expand Down
8 changes: 5 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
]]></description>

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

Expand Down

0 comments on commit 0a4f46e

Please sign in to comment.