File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed
Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1+ 2020.3.1
2+
3+ * Generator: add missing space after comma in types
4+ * Generator: fix double annotations for compiled elements (#251 )
5+ * Generator: add override check if mixin present
6+ * Generator: detailed warning on incorrect method spec (#252 )
7+
182020.3
29
310* Generator: add type annotations (in IDE only)
Original file line number Diff line number Diff line change 1414 <change-notes >
1515 <![CDATA[
1616 <ul>
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>
22- <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>
28- <li>Compatibility: IntelliJ IDEA 2020.3</li>
17+ <li>Generator: add missing space after comma in types</li>
18+ <li>Generator: fix double annotations for compiled elements (#251)</li>
19+ <li>Generator: add override check if mixin present</li>
20+ <li>Generator: detailed warning on incorrect method spec (#252)</li>
2921 </ul>
3022 <a href="https://github.com/JetBrains/Grammar-Kit/blob/master/CHANGELOG.md">Full change log...</a>
3123 ]]>
You can’t perform that action at this time.
0 commit comments