Re: Can anyone give me a help about developing antlr formatter

2019-09-24 Thread Peter Cheung
Thank you Tim

From: Tim Boudreau 
Sent: Monday, September 23, 2019 9:05 PM
To: dev@netbeans.apache.org 
Subject: Re: Can anyone give me a help about developing antlr formatter

The work in progress is on the "mavenize" branch here -
https://github.com/timboudreau/ANTLR4-Plugins-for-NetBeans - It is 44
modules (comprising generic support for generating most of a plugin for any
Antlr grammar from annotations, and then in antlr-editing-plugins, a suite
of modules for Antlr itself) :-)

There *was* an Antlr formatter, but this project started with working on an
exiting Antlr plugin I forked, evolved into generic Antlr support, and I'm
now in the process of reassembling the original Antlr-editing-only module
to eat my own dogfood, as a set of modules with all the features of the
original, plus lots more (like live-syntax highlighting of files in the
language of the grammar you're editing, which get updated when you edit the
grammar, visual syntax trees and more - one of the biggest PITA's of Antlr
development is writing a rule that overrides another rule and not knowing
it until long after you broke it and then trying to figure out *what* broke
it, so instant feedback as you edit a grammar is a necessity).

I haven't add formatting back in yet, though.  But I'll keep you posted.

-Tim

On Fri, Sep 20, 2019 at 1:17 AM Peter Cheung  wrote:

> Dear Tim
>Yes, i want to format antlr lang.
> Thanks
> From Peter
> 
> From: Tim Boudreau 
> Sent: Monday, September 16, 2019 7:48 AM
> To: dev@netbeans.apache.org 
> Subject: Re: Can anyone give me a help about developing antlr formatter
>
> I have some stuff under development that might be useful for that. You want
> to format a language that has an Antlr grammar, right?
>
> -Tim
>
> On Sun, Sep 15, 2019 at 11:43 AM Peter Cheung 
> wrote:
>
> > Hi All
> >  Can anyone give me a help about developing antlr formatter? Where i
> > can get an example to develop a custom formatter?
> > Thanks
> > From Peter
> >
> M
> --
> http://timboudreau.com
>


--
http://timboudreau.com


Re: Status update on 11.2-beta1

2019-09-24 Thread Neil C Smith
On Fri, 20 Sep 2019 at 16:12, Neil C Smith  wrote:
> I know you're all anxiously waiting to test 11.2-beta1!
> Unfortunately, there are a few teething problems with the new Jenkins
> release pipeline, although we're getting close to solving them.  Eric
> particularly has done a lot of work ...

Quick update - we seem to now have a working release pipeline!  Still
a few things to look at with it before the final release, but should
be good to announce the beta tomorrow after a little more checking.

Of course, if you're itching to test and/or check for glaring issues
before beta announcement you can find it at
https://builds.apache.org/job/netbeans-TLP/job/netbeans/job/release112/14/artifact/dist/

One thing we need to fix up later is the filenames - although it's at
least more obvious when you run it now!

Best wishes,

Neil

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: Status update on 11.2-beta1

2019-09-24 Thread Geertjan Wielenga
Nice!

Gj

On Tue, 24 Sep 2019 at 21:00, Neil C Smith  wrote:

> On Fri, 20 Sep 2019 at 16:12, Neil C Smith  wrote:
> > I know you're all anxiously waiting to test 11.2-beta1!
> > Unfortunately, there are a few teething problems with the new Jenkins
> > release pipeline, although we're getting close to solving them.  Eric
> > particularly has done a lot of work ...
>
> Quick update - we seem to now have a working release pipeline!  Still
> a few things to look at with it before the final release, but should
> be good to announce the beta tomorrow after a little more checking.
>
> Of course, if you're itching to test and/or check for glaring issues
> before beta announcement you can find it at
>
> https://builds.apache.org/job/netbeans-TLP/job/netbeans/job/release112/14/artifact/dist/
>
> One thing we need to fix up later is the filenames - although it's at
> least more obvious when you run it now!
>
> Best wishes,
>
> Neil
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Re: Status update on 11.2-beta1

2019-09-24 Thread Josh Juneau
As always, thanks for all of your hard work Neil!

Thanks also to everyone who has contributed to this release.  

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau

> On Sep 24, 2019, at 2:00 PM, Neil C Smith  wrote:
> 
> On Fri, 20 Sep 2019 at 16:12, Neil C Smith  wrote:
>> I know you're all anxiously waiting to test 11.2-beta1!
>> Unfortunately, there are a few teething problems with the new Jenkins
>> release pipeline, although we're getting close to solving them.  Eric
>> particularly has done a lot of work ...
> 
> Quick update - we seem to now have a working release pipeline!  Still
> a few things to look at with it before the final release, but should
> be good to announce the beta tomorrow after a little more checking.
> 
> Of course, if you're itching to test and/or check for glaring issues
> before beta announcement you can find it at
> https://builds.apache.org/job/netbeans-TLP/job/netbeans/job/release112/14/artifact/dist/
> 
> One thing we need to fix up later is the filenames - although it's at
> least more obvious when you run it now!
> 
> Best wishes,
> 
> Neil
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
> 
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> 
> 
>