Skip to content

Commit 58716f5

Browse files
committed
Set version to 1.12
1 parent 7075220 commit 58716f5

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pluginVersion=1.11
1+
pluginVersion=1.12
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: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,10 @@ For really big files and slow grammars, there is an appreciable delay when displ
7373

7474
<change-notes><![CDATA[
7575
<ul>
76-
<li>Added project default settings for grammars (<a href="https://github.com/antlr/intellij-plugin-v4/pull/366">#366</a>)</li>
77-
<li>Added support for multiline TODOs (<a href="https://github.com/antlr/intellij-plugin-v4/issues/370">#370</a>)</li>
78-
<li>Fixed parser preview not updating when its lexer grammar is modified (<a href="https://github.com/antlr/intellij-plugin-v4/issues/242">#242</a>)</li>
79-
<li>Skip the <code>-package</code> flag when the <code>@header</code> section already specifies one (<a href="https://github.com/antlr/intellij-plugin-v4/issues/318">#318</a>)</li>
80-
<li>Added code folding for lexical modes</li>
81-
<li>Fixed parsing of argument blocks and action blocks (<a href="https://github.com/antlr/intellij-plugin-v4/issues/364">#364</a>)</li>
76+
<li>Fixed 'no viable alternative at input' issue (<a href="https://github.com/antlr/intellij-plugin-v4/issues/374">#374</a>)</li>
77+
<li>Fixed error in code folding (<a href="https://github.com/antlr/intellij-plugin-v4/issues/378">#378</a>)</li>
8278
</ul>
83-
See the complete list of <a href="https://github.com/antlr/intellij-plugin-v4/milestone/20?closed=1">fixed issues</a>.
79+
See the complete list of <a href="https://github.com/antlr/intellij-plugin-v4/issues?q=milestone%3A1.12+is%3Aclosed">fixed issues</a>.
8480
]]>
8581
</change-notes>
8682

0 commit comments

Comments
 (0)