문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top