This project adds plugins for the lexer/parser generator ANTLR to the Eclipse platform. The plugins provide a grammar file editor with syntax highlighting, outline view and a project nature with incremental builder.
| Tags | Software Development Code Generators Text Editors Integrated Development Environments (IDE) |
|---|---|
| Licenses | Common Public |
| Implementation | Java |
Recent releases


Changes: This release consists of some minor bugfixes to "org.antlr.ui". These fixes enable the print option, NPE in ConversionAction, and fix the missing plugin dependency for Eclipse 3.0.


Changes: This release adds support for the Eclipse Workbench's navigation history to the 'Go to Rule' action. You can use 'Alt + Arrow left' to return to the previous location.


Changes: This release fixes two bugs in the Core plugin and the overview parser has been updated to handle doc comments for grammars and rules. These doc comments are displayed in the UI plugin's outline view.


Changes: This release updates the ANTLR editor to a multi-page editor. The additional editor page provides an overview of the ANTLR grammar (only terminals and non-terminals are shown).


Changes: This release adds two new resource property pages. The first one is used to specify an alternate output path (ANTLR option '-o') and a list of optional super grammars (ANTLR option '-glib') for grammar files. The second one displays the name of the ANTLR grammar file from which a Java source file is generated.