[antlr-interest] ANTLRWorks 1.0b1 (source code + plugin for IntelliJ)

Jean Bovet antlr-list at arizona-software.ch
Sun Aug 27 19:19:48 PDT 2006


Hello,

ANTLRWorks 1.0b1 is now available for download (thanks Terence for  
ANTLR 3.0b4!):

http://www.antlr.org/works/index.html

This version has some interesting new features:
- ANTLRWorks is now integrated into IntelliJ (use the IntelliJ plugin  
manager to install it)
- the debugger has detachable panels
- new syntax coloring mechanism that is way better than the old one  
(real-time)
- the source code is available!

The ANTLRWorks jar has everything you need including the latest  
version of ANTLR 3.0b4 and StringTemplate 2.3b10.

Enjoy!

Jean

*** Release notes ****

Version 1.0b1 - 08/26/06

- new real-time syntax coloring
- IntelliJ plugin integration
- improved debugger UI with detachable panels
- improved speed when checking grammar (delay creation of error paths)
- prefs: can specify now ANTLR 3 classpath
- handle NonRegularDecisionMessage errors
- display Out Of Memory error
- rules are sorted in the debugger input dialog
- do not analyze the grammar when debugging remotely
- mark the grammar as dirty if the file is modified outside ANTLRWorks
- resize view when graphic elements are moved (DFA decision, etc)
- toggle buttons in toolbar are now correctly selected/deselected
- list have now a white background on Windows/Linux
- source code available (BSD license)
- fixed a bug that would prevent small error paths from being  
displayed in the syntax diagram
- fixed a bug where performing some menu commands would failed on  
Windows/Linux (mostly cut and paste)
- fixed a bug where dialogs would not be displayed in the same screen  
as the parent frame in multi-screen environment
- fixed a bug that would prevent decision DFA to be displayed if the  
first token of a rule was not in the same line as the colon
- fixed a bug where a path with white space in it could make the  
compilation to fail


More information about the antlr-interest mailing list