Re: CND - Hello World!

2021-03-25 Thread Kai Uwe Pel
It says at the last comment: "According tonetbeans.apache.org/about/oracle-transition.html the old plugin portal servers have been shut down.– marczellm Mar 22 at 13:26

Re: How to Implement a New Language

2021-03-25 Thread antonio
Long story short: if you build it you're under control. If someone else builds the LSP server for you then you're not under control, but you don't have to build it. Note also that "implementing a new language" (adding support for it in NetBeans, if I understand your question correctly) is

Re: CND - Hello World!

2021-03-25 Thread antonio
The C++ grammar file in that branch [1] is an older one from NetBeans, with a license that seems to be compatible with Apache 2.0, but does not support C++ 17. The C++ grammar file in NetBeans 8.2 does indeed support C++ 17, but it has a license that I think we cannot import into Apache

Re: CND - Hello World!

2021-03-25 Thread Geertjan Wielenga
This is interesting in relation to C/C++: https://stackoverflow.com/questions/59828158/how-do-you-enable-c17-in-netbeans/59835093#59835093 Gj On Thu, Mar 25, 2021 at 4:34 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Amazing. > > Gj > > On Thu, Mar 25, 2021 at 3:53 PM

Re: CND - Hello World!

2021-03-25 Thread Geertjan Wielenga
Amazing. Gj On Thu, Mar 25, 2021 at 3:53 PM antonio wrote: > Thank YOU, Brad! > > On 25/03/2021 15:49, Brad Walker wrote: > > Awesome! > > > > -brad w. > > > > On Thu, Mar 25, 2021 at 10:48 AM antonio wrote: > > > >> After adding several bugs we managed to build the cnd branch at [1] > >> >

Re: CND - Hello World!

2021-03-25 Thread antonio
Thank YOU, Brad! On 25/03/2021 15:49, Brad Walker wrote: Awesome! -brad w. On Thu, Mar 25, 2021 at 10:48 AM antonio wrote: After adding several bugs we managed to build the cnd branch at [1] Apache NetBeans complains about some missing modules, if you dismiss the dialog you'll get

Re: CND - Hello World!

2021-03-25 Thread Brad Walker
Awesome! -brad w. On Thu, Mar 25, 2021 at 10:48 AM antonio wrote: > After adding several bugs we managed to build the cnd branch at [1] > > Apache NetBeans complains about some missing modules, if you dismiss the > dialog you'll get something similar to [2]. > > A PR against the cnd branch

CND - Hello World!

2021-03-25 Thread antonio
After adding several bugs we managed to build the cnd branch at [1] Apache NetBeans complains about some missing modules, if you dismiss the dialog you'll get something similar to [2]. A PR against the cnd branch will follow in the next days. Thanks all, Antonio [1]

How to Implement a New Language

2021-03-25 Thread Eric Bresie
I was hoping for some guidance and/or pointers to documentation or tutorials on how to add new Language support to Netbeans. I understand there being movement towards using LSP rather than full language support within a give language module without LSP. Is the preferred route to use LSP or

Re: CND integration status

2021-03-25 Thread antonio
Yep, it seems we can it get to compile, but we'll be missing some newer enhancements (C++ 14 and C++ 17 support as in 8.2). We'll have to rework that somehow in the future. But let's get the cnd donation building and with proper licenses first, and let's worry about running and enhancements