File tree Expand file tree Collapse file tree 2 files changed +23
-5
lines changed
Expand file tree Collapse file tree 2 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 1- 2020.3-SNAPSHOT
1+ 2020.3
22
3- * Generator: type annotations support
3+ * Generator: add type annotations (in IDE only)
4+ * Generator: add @override to visitor methods
5+ * Generator: do not force child expr consume-type in a non-expr context
6+ * Generator: skip "upper" rules in containing rules PSI (#248 )
7+ * Generator: switch default java version to 11
48* Generator: use same charset as bnf explicitly
9+ * Generator: introduce ` generate=[fqn="yes/no"] ` option
10+ * Editor: highlight missing external methods (#242 )
11+ * Editor: more class references in strings
12+ * Editor: in-place meta arg rename
13+ * Editor: fix "redundant character escape" warning (#243 )
514* Compatibility: IntelliJ IDEA 2020.3
615
7162020.1
Original file line number Diff line number Diff line change 11<idea-plugin url =" https://github.com/JetBrains/Grammar-Kit" >
22 <id >org.jetbrains.idea.grammar</id >
3- <version >2020.3-SNAPSHOT </version >
3+ <version >2020.3</version >
44 <vendor >JetBrains</vendor >
5- <idea-version since-build =" 203.5419 " />
5+ <idea-version since-build =" 203.5784 " />
66
77 <name >Grammar-Kit</name >
88 <description >BNF Grammars and JFlex lexers editor. Readable parser/PSI code generator.</description >
1414 <change-notes >
1515 <![CDATA[
1616 <ul>
17- <li>Generator: type annotations support</li>
17+ <li>Generator: add type annotations (in IDE only)</li>
18+ <li>Generator: add @override to visitor methods</li>
19+ <li>Generator: do not force child expr consume-type in a non-expr context</li>
20+ <li>Generator: skip "upper" rules in containing rules PSI (#248)</li>
21+ <li>Generator: switch default java version to 11</li>
1822 <li>Generator: use same charset as bnf explicitly</li>
23+ <li>Generator: introduce `generate=[fqn="yes/no"]` option</li>
24+ <li>Editor: highlight missing external methods (#242)</li>
25+ <li>Editor: more class references in strings</li>
26+ <li>Editor: in-place meta arg rename</li>
27+ <li>Editor: fix "redundant character escape" warning (#243)</li>
1928 <li>Compatibility: IntelliJ IDEA 2020.3</li>
2029 </ul>
2130 <a href="https://github.com/JetBrains/Grammar-Kit/blob/master/CHANGELOG.md">Full change log...</a>
You can’t perform that action at this time.
0 commit comments