Intellij Plugin V4 Versions Save

An IntelliJ plugin for ANTLR v4

1.17

2 years ago
  • 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

3 years ago
  • 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

3 years ago
  • 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

4 years ago
  • 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

4 years ago
  • Fixed read-only editor when using manual input in the Preview window (#385)

1.13

4 years ago
  • 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

4 years ago
  • Fixed no viable alternative at input issue (#374)
  • Fixed error in code folding (#378)

See the complete list of fixed issues.

1.11

4 years ago

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

4 years ago

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

1.9

5 years ago

Many thanks to @bjansen Bastien Jansen for his improvements and See bugs and pull requests / improvements

Of note:

  • save parse trees as svg/jpg/png; right click in parse tree view (1.9)
  • jump between lexer rules in different modes.
  • can jump from parser grammar to lexer grammar via token rule "jump to declaration"
  • Supports only IntelliJ 2016.x+ now! (Dropped 15.x etc...)

We moved to gradle. Thanks to Ivan Bryzzhin @brizjin.