[antlr-interest] antlreclipse 4.0.0.b1

Scott Stanchfield scott at javadude.com
Thu Jun 23 17:01:28 PDT 2005


As I said in the note, breakpoints cannot be set in the ruler (double-click
or right click) in the later eclipse builds. They changed something that
killed it.

You should be able to use the Run->Toggle Line Breakpoint option if your
cursor is on a grammar line (and the editor has focus). The shortcut key is
control-shift-B I believe.

I'll be looking at it again this weekend to try and fix that...

Later,
-- Scott

> -----Original Message-----
> From: Prashant Deva [mailto:prashant.deva at gmail.com] 
> Sent: Thursday, June 23, 2005 4:35 PM
> To: Scott Stanchfield
> Cc: antlr-interest
> Subject: Re: [antlr-interest] antlreclipse 4.0.0.b1
> 
> Well, i just tried it on 3.1RC2 and i am unable to set any 
> breakpoints in the grammar file.
> I click the 'toggle breakpoint' option, but nothing happens.
> 
> And this is a clean installation of RC2.
> 
> PRASHANT
> 
> On 6/20/05, Scott Stanchfield <scott at javadude.com> wrote:
> > I just posted the 4.0.0.b1 release of the ANTLR Eclipse plugin.
> > 
> > See http://antlreclipse.sourceforge.net for details on installation
> > 
> > Enjoy!
> > -- Scott Stanchfield
> > 
> > Note the big changes are:
> > * grammar level debugging
> > * bug fix for tab char in Eclipse 3.1
> > * all antlr command-line options are available via grammar property 
> > page
> > * "Antlers" icon on project
> > * Auto-add of antlr.jar ref to antlr projects
> > 
> > Unfortunately a late change in Eclipse 3.1 broke the breakpoint 
> > setting via the eclipse editor ruler. I'm looking into it. You can 
> > still set breakpoints via the Run menu. This does not 
> affect Eclipse 3.02 operation.
> > 
> > NOTE: The antlr included with this is an unofficial pre-release of 
> > ANTLR 2.7.6. Ter hasn't integrated this yet (3.0 is keeping 
> him busy). 
> > The only changes for 2.7.6 are:
> > 
> > * addition of JSR-45 SMAP generation for grammar-level debugging
> > * fixed classloading for application servers
> > * added system property to prevent System.exit calls from antlr
> > 
> > (The XML support I've mentioned is not in ANTLR; I've 
> created an ANTLR 
> > offshoot called ANTXR that will be strictly for XML processing with 
> > some modified grammar syntax that's more XML-like.)
> > 
> > Let me know if there are any questions or problems!
> > -- Scott
> > 
> > 
> >
> 




More information about the antlr-interest mailing list