Skip to content

Commit dab3368

Browse files
committed
2017.1.1
1 parent 40e2f57 commit dab3368

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
2017.1.1-snapshot
1+
2017.1.1
22

33
* Generator: per-rule psiPackage and psiImplPackage attributes
4-
* Inspections: comment-based inspection suppression
4+
* Inspections: comment-based inspection suppression, e.g. `//noinspection BnfUnusedRule`
5+
* Editor: improved java references highlighting and "Create Class" quick fixes
6+
* JFlex: new download link and VM options to override defaults: `-Dgrammar.kit.jflex.jar=...`, `-Dgrammar.kit.jflex.skeleton=...`
57

68
2017.1
79

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# https://www.jetbrains.com/intellij-repository/releases
1919
# https://www.jetbrains.com/intellij-repository/snapshots
2020

21-
version=2017.1.1-SNAPSHOT
21+
version=2017.1.1
2222

2323
ideaVersion=2017.2
2424
javaVersion=1.8

resources/META-INF/plugin.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<idea-plugin url="https://github.com/JetBrains/Grammar-Kit">
22
<id>org.jetbrains.idea.grammar</id>
3-
<version>2017.1.1-SNAPSHOT</version>
3+
<version>2017.1.1</version>
44
<vendor email="[email protected]">Greg Shrago</vendor>
55
<idea-version since-build="171"/>
66

@@ -14,13 +14,10 @@
1414
<change-notes>
1515
<![CDATA[
1616
<ul>
17-
<li>Plugin: switch to IntelliJ IDEA versioning scheme</li>
18-
<li>BNF and JFlex PSI: merge AST and PSI trees (memory/performance)</li>
19-
<li>Generator: support dash-separated and angle-quoted rules</li>
20-
<li>Generator: "psi-factory" support for merged AST and PSI trees</li>
21-
<li>Generator: honor explicitly set rule name</li>
22-
<li>Generator: fix freeze on generation several grammars at once</li>
23-
<li>Generator: fix custom consume-type not being used after a predicate</li>
17+
<li>Generator: per-rule psiPackage and psiImplPackage attributes</li>
18+
<li>Inspections: comment-based inspection suppression</li>
19+
<li>Editor: improved java references highlighting and "Create Class" quick fixes</li>
20+
<li>JFlex: new download link and VM options to override defaults</li>
2421
</ul>
2522
<a href="https://github.com/JetBrains/Grammar-Kit#change-log">Full change log...</a>
2623
]]>

0 commit comments

Comments
 (0)