Re: AI assistant for NetBeans

2024-02-11 Thread Stefan Holst
I think one should develop tools that help you with using APIs. Autocompletion is one nlp technique we all like. If the IDE got to a point where you add a nb platform to it and it made suggestion on semantic matches rather than syntax, many would use it. I think this could help to speed up familiar

declaring a gradle dependency on a NB Platform

2022-03-03 Thread Stefan Holst
Hi there, so far I have been declaring dependency on a large NB platform by referencing the jar files "manually" I wonder if there is a more direct way through the NB Platform development plugin? My dependency declaration looks like def Base = 'C:/Program Files/SomeCompany/SomeProgram/SomeVersi

[java] library management with wildcards

2022-02-07 Thread Stefan Holst
Hi! I have a small add-on class that is referencing a huge class library. The class library is installed on a relatively long base path, and with that the library can happily be created, but on compilation on windows the CreateProcess error=206 problem arises, as ant will expand the compilation p