On upgrading to ANTLRWorks 1.3, there is a regression in the display
of the tree view of the grammar in the left-hand pane:

 - all productions are shown under the same label, which is the first
   label that has any productions.
 - the last character of each label up to that point is truncated.

This can be reproduced with a very simple grammar file:

lexer grammar Test;

// $< One
// $< Two
A : 'a';
// $< Three
B : 'b';
// $>
C : 'c';
// $>
D : 'd';
// $>

resulting in the tree

- On
  - Tw
    + A
    + B
    + C
    + D

rather than the expected

- One
  - Two
    + A
    - Three
      + B
    + C
  + D

This is on Vista SP2, in case it matters.

-- 
David-Sarah Hopwood  ⚥  http://davidsarah.livejournal.com


List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to