Fortunately, I could solve the issue in the mean time after breaking it
all down to new AbstractNode(Children.LEAF);
My Problem was that I was using the wrong Lookup. I'm not knowledged
enough to judge whether this is just misuse or a case which could be
prevented by NB.
The Code I was basing this
If your code is really simple please provide a short example that
reproduces the issue and post it here or preferably on Apache JIRA for
the NETBEANS project.
--emi
http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!
On Sun, Dec 9, 2018 at 5:11 PM Geertjan Wielenga
wrote:
>
Provide a way to reproduce or a simple sample on GitHub etc, thanks.
Gj
On Sunday, December 9, 2018, Marc Streckfuß
wrote:
> Hey Guys,
>
> So this issue is on Netbeans 8.2, I cannot test them with NB 9.0 yet as
> I have other issues preventing an upgrade.
> I am also talking about the Netbeans
Hey Guys,
So this issue is on Netbeans 8.2, I cannot test them with NB 9.0 yet as
I have other issues preventing an upgrade.
I am also talking about the Netbeans Platform Facility here, not
Netbeans itself.
I tried adding Properties Support by adding a Navigator with the Nodes
API, which works so