Thanks everybody for the suggestions. @Mario Schroeder i will start from your plugin project as it seems a small focused example of how to add a new language editor to NetBeans.
@Eric Bresie the plugin you mention is to develop ANTLR grammars and it will be certainly useful but it is not aimed to automatically generate the NetBeans Lexer and Parser plumbing. @Siddesh Rane the C++ module would be no doubt a thorough example of adding a new language editor to NetBeans but I am afraid I would get lost in its big sources. Regards, Alex Il giorno lun 23 set 2019 alle ore 09:44 Siddhesh Rane < siddheshr...@disroot.org> ha scritto: > The C++ module uses ANTLR for parsing and also provides formatting > support. That might be useful > > Regards > Siddhesh Rane > > September 23, 2019 4:08 AM, "Eric Bresie" <ebre...@gmail.com> wrote: > > > Also noticed there is a Netbeans plugin list on the Tools section of the > ANTLR.org site. > > > > https://www.antlr.org/tools.html > > > > Eric Bresie > > ebre...@gmail.com > > > >> On September 20, 2019 at 4:26:51 AM CDT, Mario Schroeder < > ma.schroe...@gmail.com> wrote: > >> Hi, > >> > >> maybe this one can help you as well: > >> https://github.com/mario-s/nb-hyperledger > >> It uses a ANTLR Grammar to generate Lexer and Parser. > >> > >> A lot of ANTLR samples can be found in this repository: > >> https://github.com/antlr/grammars-v4 > >> > >> Greetings, > >> Mario > >> > >> Am Fr., 20. Sept. 2019 um 10:29 Uhr schrieb Alessandro < > >> alex.fala...@gmail.com>: > >> > >> Hi Tim, > >> I am interested too. > >> > >> I have a plugin with an editor using a JFlex based lexer and a Parboiled > >> based parser and I would like to move to a unified solution with an > ANTLR > >> based lexer and parser. > >> > >> It would be wonderful if you could share something. > >> > >> Greets, > >> Alex > >> > >> Il giorno lun 16 set 2019 alle ore 01:48 Tim Boudreau < > niftin...@gmail.com > >>> > >> ha scritto: > >> > >>> 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 <mcheun...@hotmail.com> > >>> 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 > >>> > > --------------------------------------------------------------------- > 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 > > > >