Re: antlr

2023-06-02 Thread Laszlo Kishalmi
Hi Ernie, I think the AntlrWorks which is mentioned there is not available anymore. What we have is a new development from Matthias and me. It has syntax highlight, navigation, some code completion and formatting. It supports some trivial error detection as well. Though no high level things th

antlr

2023-06-02 Thread Ernie Rael
Greetings all, I'm thinking about starting a small (that's the idea anyway) antlr project; I've never used antlr before. At first I didn't see any antlr with the plugin manager, then noticed that there's a buitin /ANTLR Grammar Editor Support/. I see some 8.2 stuff online, and I'm guessing th

Re: Why Maven build app always recompiles ?

2023-06-02 Thread Jerome Lelasseux
Thank you Martin that was my problem !   Switching OFF useIncrementalCompilation did the trick, it's really counter-intuitive... Le lundi 22 mai 2023 à 23:17:38 UTC+2, Martin Desruisseaux a écrit : Hello Jerome Le 22/05/2023 à 22:53, Jerome Lelasseux a écrit : On my NB

go to declaration in jakarta ee not going

2023-06-02 Thread Mike Ryan
Greetings, I just wanted to give this issue a bump and ask how I can be useful in solving it: Go to Declaration is not working in .XHML JSF file #5428 https://github.com/apache/netbeans/issues/5428 I am seeing this problem with Jakarta EE 10 and NetBeans 18 as well. First, I wanted to check i

Re: Distribution of a NB app with a native library ?

2023-06-02 Thread Jerome Lelasseux
Thanks for the feedback Le jeudi 1 juin 2023 à 05:54:50 UTC+2, Michael Bien a écrit : if this isn't a self contained lib on linux and it can't be easily shipped with your application your best chance is to simply ask the user to install it if your app can't find it. Seems to be