Re: netbeans-antlr pluging, click on the current editor event

2022-06-14 Thread Ernie Rael
Presumably, the primary issue is getting hold of the editor component so that you can add a mouse listener. One approach is to add listener to the EditorRegistry. https://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-lib2/org/netbeans/api/editor/EditorRegistry.html and use the

netbeans-antlr pluging, click on the current editor event

2022-06-14 Thread Peter Cheung
Dear Sir/Madam I want to enhance my netbeans-antlr plugin (https://gitlab.com/quantr/toolchain/netbeans-antlr) by allowing people to click on the editor and highlight the token in the tree view. How can I subscribe the click event of the current editor? Thanks >From Peter (System

error to create a javafx folder

2022-06-14 Thread Lucas Daniel Monteiro de Sousa
when i try do create a javafx folder, it shows this message, can you help me? - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information

Re: NB 14 tags and home page update

2022-06-14 Thread Geertjan Wielenga
Maybe you need to refresh the home page. Yes, we’re updating things now and announcements will be going out as well. Gj On Tue, 14 Jun 2022 at 18:30, Rangi Keen wrote: > It looks like the NetBeans 14 release is now available to download, > but the home > page is

NB 14 tags and home page update

2022-06-14 Thread Rangi Keen
It looks like the NetBeans 14 release is now available to download, but the home page is still advertising 13 and there are no tags on github for the release. The NB 13 tags were missing last release (fixed with #3779

How to build/configure NetBeans for local use

2022-06-14 Thread Ernie Rael
I built nb based on current delivery branch for local use (I see that release140 is now available). I'd like to know what difference there is from this to what is released. I know about the plugin update centers. And I can live with the window title. And I've seen

plugin verification and new NB releases

2022-06-14 Thread Michael Bien
Hello, I forgot to request verification of my little plugin for NB 13. Then i was wondering - I bet some don't even know that they have to request verification after every NetBeans release, otherwise it won't appear in the plugin manager. Searching through the plugin portal showed some

Re: How to build/configure NetBeans for local use

2022-06-14 Thread John Neffenger
On 6/14/22 11:28 AM, Ernie Rael wrote: I built nb based on current delivery branch for local use (I see that release140 is now available). I'd like to know what difference there is from this to what is released. I build from the 'release140' branch on GitHub, and below are the differences

Re: plugin verification and new NB releases

2022-06-14 Thread Ernie Rael
On 6/14/22 10:23 AM, Michael Bien wrote: Hello, I forgot to request verification of my little plugin for NB 13. Then i was wondering - I bet some don't even know that they have to request verification after every NetBeans release, otherwise it won't appear in the plugin manager. Thanks for