Skip to content

Commit ff0db02

Browse files
committed
Bump version to 1.10
1 parent 95c7341 commit ff0db02

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
plugins {
8-
id "org.jetbrains.intellij" version "0.4.4"
8+
id "org.jetbrains.intellij" version "0.4.9"
99
}
1010

1111
wrapper {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pluginVersion=1.9
1+
pluginVersion=1.10
22

33
# e.g. IC-2016.3.3, IU-2018.2.5 etc
44
# For a list of possible values, refer to the section 'com.jetbrains.intellij.idea' at https://www.jetbrains.com/intellij-repository/releases

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<description><![CDATA[
88
<p>
99
This plugin is for ANTLR v4 grammars and includes ANTLR 4.7.2. It works with
10-
2016.1-2018.2. It should work in other Jetbrains IDEs.
10+
2016.1-2019.2. It should work in other Jetbrains IDEs.
1111
</p>
1212
1313
<ul>
@@ -72,10 +72,13 @@ For really big files and slow grammars, there is an appreciable delay when displ
7272
]]></description>
7373

7474
<change-notes><![CDATA[
75-
Upgrade antlr to 4.7.2 (from 4.7), Fixed:
76-
<a href="https://github.com/antlr/intellij-plugin-v4/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20milestone%3A1.9">bugs</a> and
77-
<a href="https://github.com/antlr/intellij-plugin-v4/milestone/14?closed=1">pull requests / improvements</a>.
78-
Requires at least Intellij 2016.x now!
75+
<ul>
76+
<li>Fixed compatibility with IntelliJ 2019.2</li>
77+
<li>Enhanced Go To Declaration</li>
78+
<li>Revamped icons</li>
79+
<li>Fixed various exceptions</li>
80+
</ul>
81+
See the complete list of <a href="https://github.com/antlr/intellij-plugin-v4/milestone/19?closed=1">fixed issues</a>.
7982
]]>
8083
</change-notes>
8184

0 commit comments

Comments
 (0)