Re: tutorials on plugin development?

2019-04-21 Thread Geertjan Wielenga
Sure. And we're going to fix that -- it's a frequent stumbling block, since a reorganization of some of the modules a few years ago. I.e., the New Window System template needs to be updated to register the correct set of dependencies. Gj On Mon, Apr 22, 2019 at 12:58 AM Alex O'Ree wrote: > You

Re: tutorials on plugin development?

2019-04-21 Thread Alex O'Ree
You're right, i was missing a few additional library references. The Utility API and the Lookup API. Not that obvious from the error message. Thanks On Sun, Apr 21, 2019 at 5:22 PM Geertjan Wielenga wrote: > Even in the comments of that video you can see the solution. Add a > dependency on the m

Apply Code Changes

2019-04-21 Thread Klaus Rheinwald
Has this been disabled? This button is always disabled for me. Klaus smime.p7s Description: S/MIME cryptographic signature

Re: tutorials on plugin development?

2019-04-21 Thread Geertjan Wielenga
Even in the comments of that video you can see the solution. Add a dependency on the module providing HelpCtx. Gj On Sun, 21 Apr 2019 at 23:01, Alex O'Ree wrote: > Thanks for the link. I'm walking through the video now and hit a snag on > the "make a new window" part. This is with 8.2 NB. My NB

Re: tutorials on plugin development?

2019-04-21 Thread Alex O'Ree
Thanks for the link. I'm walking through the video now and hit a snag on the "make a new window" part. This is with 8.2 NB. My NB11 has a similar error (cannot access HelpCtx class file for org.openide.util.HelpCtx not found) error: cannot access Lookup public class MyTopComponent extends TopCom

Re: tutorials on plugin development?

2019-04-21 Thread Geertjan Wielenga
But best is to buy this: https://leanpub.com/nbp4beginners Gj On Sun, Apr 21, 2019 at 10:18 PM Geertjan Wielenga wrote: > https://netbeans.org/features/platform/all-docs.html > > Gj > > On Sun, Apr 21, 2019 at 9:59 PM Alex O'Ree wrote: > >> Are there any how to guides on netbeans plugin develo

Re: tutorials on plugin development?

2019-04-21 Thread Geertjan Wielenga
https://netbeans.org/features/platform/all-docs.html Gj On Sun, Apr 21, 2019 at 9:59 PM Alex O'Ree wrote: > Are there any how to guides on netbeans plugin development? > > I found this: > http://wiki.netbeans.org/IntroNetBeansPluginDev > which was last updated in 2013 and doesn't seem to be acc

tutorials on plugin development?

2019-04-21 Thread Alex O'Ree
Are there any how to guides on netbeans plugin development? I found this: http://wiki.netbeans.org/IntroNetBeansPluginDev which was last updated in 2013 and doesn't seem to be accurate any longer.