[antlr-interest] AntlrDT v1.1 pre-release

Gerald Rosenberg gerald at certiv.net
Mon Sep 21 00:00:30 PDT 2009


A pre-release version of AntlrDT is available for testing:

www.certiv.net/download/certiv-antlrdt-1.1.0.zip

New feature in this release is a hybrid grammar formatter:
  -- uses a Tree Pattern Matcher-based formatter to format Antlr elements
  -- uses the JDT platform formatter to format Java elements 
(header/member/action code/etc).

The JDT formatter can be disabled -- Antlr element formatting alone 
should still work with other native languages.

Fair number of formatting style options are implemented (default 
configuration is all-off).  Trying to craft wrapping and alignment 
operations to respect manual formatting choices (read: going slow in 
these areas, trying to figure out what makes sense to do).

Use is standard: ctrl-shift-f to format, ctrl-z to undo, changes show 
in standard fashion in the diff-gutter bar.  Any formatting failures 
are reported in the <eclipse_home>/AntlrDT.log file.

Feedback on stability/failures/further style option controls desired 
would be appreciated.

Gerald



More information about the antlr-interest mailing list