You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# IntelliJ Idea Plugin for ANTLR v4 [](https://plugins.jetbrains.com/plugin/7358)
2
2
3
-
An [IntelliJ](https://www.jetbrains.com/idea/) 2020.3+ plugin for ANTLR v4 ([plugin source at github](https://github.com/antlr/intellij-plugin-v4)). (Technically, the plugin will load in 2019.2+ but you might not have much luck earlier than 2020.3)
3
+
An [IntelliJ](https://www.jetbrains.com/idea/) 2020.3+ plugin for ANTLR v4 ([plugin source at github](https://github.com/antlr/intellij-plugin-v4)).
4
4
5
-
[Plugin page at intellij](http://plugins.jetbrains.com/plugin/7358?pr=idea)
5
+
[Plugin page at JetBrains Marketplace](http://plugins.jetbrains.com/plugin/7358?pr=idea)
6
6
7
-
This plugin is for ANTLR v4 grammars and includes ANTLR 4.13.0. Works with
7
+
This plugin is for ANTLR v4 grammars and includes ANTLR 4.13.1. Works with
Copy file name to clipboardExpand all lines: src/main/resources/META-INF/plugin.xml
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
<description><![CDATA[
8
8
<p>
9
-
This plugin is for ANTLR v4 grammars and includes ANTLR 4.13.0. It works with
9
+
This plugin is for ANTLR v4 grammars and includes ANTLR 4.13.1. It works with
10
10
2020.3 and above. It should work in other JetBrains IDEs.
11
11
</p>
12
12
@@ -73,11 +73,13 @@ For really big files and slow grammars, there is an appreciable delay when displ
73
73
74
74
<change-notes><![CDATA[
75
75
<ul>
76
-
<li>ANTLR bumped from 4.11.1 to 4.12.0 (<a href="https://github.com/antlr/intellij-plugin-v4/issues/620">#620</a>)</li>
77
-
<li>Fixed compatibility with IntelliJ Platform 2023.1 (<a href="https://github.com/antlr/intellij-plugin-v4/issues/605">#605</a>)</li>
78
-
<li>A number of other bug fixes</li>
76
+
<li>Time column sorted as string when “Show expert columns" selected (<a href="https://github.com/antlr/intellij-plugin-v4/issues/655">#655</a>)</li>
77
+
<li>Go To -> Declaration or Usages from declaration should not include the declaration (<a href="https://github.com/antlr/intellij-plugin-v4/issues/629">#629</a>)</li>
78
+
<li>NullPointer in antlr.intellij.plugin (<a href="https://github.com/antlr/intellij-plugin-v4/issues/627">#627</a>)</li>
79
+
<li>Exception in plugin ANTLR v4(1.20) on IntelliJ IDEA 2023.1.3 (<a href="https://github.com/antlr/intellij-plugin-v4/issues/650">#650</a>)</li>
80
+
<li>Structure view shows "loading ..." but nothing comes up (<a href="https://github.com/antlr/intellij-plugin-v4/issues/659">#659</a>)</li>
79
81
</ul>
80
-
See the complete list of <a href="https://github.com/antlr/intellij-plugin-v4/issues?q=milestone%3A1.20+is%3Aclosed">fixed issues</a>.
82
+
See the complete list of <a href="https://github.com/antlr/intellij-plugin-v4/issues?q=milestone%3A1.22+is%3Aclosed">fixed issues</a>.
0 commit comments