Sometimes you have to tap into classes of Netbeans that are just fundamentally useful, but those are not public. Most of the time I understand why something is not made publicly available, but the more you build plugins and modules that need to integrate with the IDE (not the platform), the more "internal" classes you need especially when it comes to friends... Therefore you have to tweak and twist and hack the dependencies of the existing modules (become friend, link with an implementation version), but the problem is that you are obliged to create a version that is only compatible with a certain build even though the next release on NB would perfectly run with it.
So I would like to have your opinion here: how could request or handle changes in the visibility of the classes in modules? Cheers On Wed, Dec 5, 2018 at 11:12 PM Brett Ryan <brett.r...@gmail.com> wrote: > I’d really like to help volunteer supporting the scala plugin to bring it > to a first class supported language within the NetBeans IDE. I did start > looking at it about 10 months ago but got by with the spark shell, I can’t > remember exactly but iirc there was some dependency that had a specific > version requirement making it incompatible with 8.2. > > If I was to start looking into it, where do you think initial focus should > be? > > > On 6 Dec 2018, at 09:27, Caoyuan <dcaoy...@gmail.com> wrote: > > > > I wrote the Erlang plugin for NetBeans via Schliemann in 2007, the source > > code is still available here: > > > > https://sourceforge.net/p/erlybird/code/HEAD/tree/trunk/ > > > > But as Enrico said, Schliemann is decpreacted and I don't think there > will > > be anyone to pick it up. > > > > I wrote the Scala plugin for NetBeans based on the new langugae support > > APIs from 2008, you can find it here: > > > > https://github.com/dcaoyuan/nbscala > > > > But, I have no much time to enhance it during the past 2 years. > > > > -caoyuan > > > > > > On Mon, Dec 3, 2018 at 10:57 AM Mario Schroeder <ma.schroe...@gmail.com> > > wrote: > > > >> Hello, > >> > >> after implementing language support the hard way with ANTLR and self > >> written LanguageHierachy, I accidently came accross the Generic Language > >> Framework, aka Projekt Schliemann. > >> > >> I know it is quite old. So therefore my question: Is it still a > solution to > >> create support for a new language? Or shall I keep a distance from that > >> module? > >> > >> Regards, > >> Mario > >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org > For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > >