File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
- 2017.1.1-snapshot
1
+ 2017.1.1
2
2
3
3
* 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=... `
5
7
6
8
2017.1
7
9
Original file line number Diff line number Diff line change 18
18
# https://www.jetbrains.com/intellij-repository/releases
19
19
# https://www.jetbrains.com/intellij-repository/snapshots
20
20
21
- version =2017.1.1-SNAPSHOT
21
+ version =2017.1.1
22
22
23
23
ideaVersion =2017.2
24
24
javaVersion =1.8
Original file line number Diff line number Diff line change 1
1
<idea-plugin url =" https://github.com/JetBrains/Grammar-Kit" >
2
2
<id >org.jetbrains.idea.grammar</id >
3
- <version >2017.1.1-SNAPSHOT </version >
3
+ <version >2017.1.1</version >
4
4
<
vendor email =
" [email protected] " >Greg Shrago</
vendor >
5
5
<idea-version since-build =" 171" />
6
6
14
14
<change-notes >
15
15
<![CDATA[
16
16
<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>
24
21
</ul>
25
22
<a href="https://github.com/JetBrains/Grammar-Kit#change-log">Full change log...</a>
26
23
]]>
You can’t perform that action at this time.
0 commit comments