Skip to content

Releases: antlr/intellij-plugin-v4

1.18

19 Apr 19:13
Compare
Choose a tag to compare
  • Updated to ANTLR 4.10.1
  • Fixed an exception in IDEA 2022.1 (#533)
See the complete list of fixed issues.

1.17

04 Nov 14:59
Compare
Choose a tag to compare
  • Added a new 'Tokens' tab in the preview (#417)
  • The profiler results now show rule names (#466)
  • Updated to ANTLR 4.9.2 (#477)
See the complete list of fixed issues.

1.16

22 Jan 21:41
Compare
Choose a tag to compare
  • Updated to ANTLR 4.9.1
  • Fixed a NPE in Preview panel (#413)
  • Fixed highlighting of rules in 2019.3 (#432)
  • Fixed "Location of imported grammars" which was not used correctly (#383)
See the complete list of fixed issues.

1.15

04 Dec 10:58
Compare
Choose a tag to compare
  • Updated to ANTLR 4.9
  • Added support for wildcards in grammar settings (#390)
  • Fixed incorrect parsing of `option` keywords in rules (#403)
  • Added a safeguard against bad grammars that cause infinite loops or OOME (#381 and #393)

See the complete list of fixed issues.

1.14

07 Mar 12:32
Compare
Choose a tag to compare
  • The Preview window is now automatically refreshed upon changes in a grammar (#312)
  • Fixed an exception thrown after closing a project (#386)
See the complete list of fixed issues.

1.13.1

21 Jan 12:28
Compare
Choose a tag to compare
  • Fixed read-only editor when using manual input in the Preview window (#385)

1.13

21 Jan 09:54
Compare
Choose a tag to compare
  • Added navigation to imported grammars and rules (#104)
  • Added support for case-insensitive grammars in the preview window (#376)
  • Added support for macros like $PROJECT_DIR$ in grammar properties (#300)
  • Added a quick fix to create missing rules
  • Updated ANTLR to v4.8-1
See the complete list of fixed issues.

1.12

23 Nov 19:47
Compare
Choose a tag to compare
  • Fixed no viable alternative at input issue (#374)
  • Fixed error in code folding (#378)

See the complete list of fixed issues.

1.11

02 Nov 17:04
Compare
Choose a tag to compare

See all fixed issues and features.

Of note:

  • added support for per-project grammar settings (#366)
  • fixed multiples issues in the parser
  • added support for multiline TODO items (#370)
  • let the IDE decide which encoding to use in the Preview window (#369)

1.10

21 Jun 08:20
Compare
Choose a tag to compare

See all fixed issues and features.

Of note:

  • make the plugin compatible with IntelliJ IDEA 2019.2 EAP
  • show a warning when an incorrect language in the "Configure ANTLR..." dialog.
  • fixed a NPE in empty grammar files
  • fixed the ambiguity dialog on Darcula
  • revamped icons