0

I want to write a Netbeans plugin to allow the running of gulp.js tasks from a context menu on the project node.

How do I add extra items (Actions) to a Project node? I can't find anything in the docs.

derekdreery
  • 3,860
  • 4
  • 29
  • 38

1 Answers1

0

Register your action as shown in http://wiki.netbeans.org/DevFaqActionAddProjectPopUp ? IIRC there is also a way to add the action to a specific project type.

Ben
  • 2,235
  • 18
  • 17