Search code examples
javanetbeansantnetbeans-8

NetBeans project context menu


I've created a small project in NetBeans 8 (it's not Java, in fact it's config-file to launch a tool), and I wrote several targets for it (these are shell-scripts, invoking the tool). I've mapped some of these scripts to default ant targets (clean, jar, run). But I need more targets (e.g. stop) and I would like to have these additional targets in project context menu (not in the menu on the top). But i haven't found way to do it. Does anyone know how to do this?


Solution

  • We've found that it's impossible to vary project's context menu except by a plugin. Also adding target shortcuts to main menu is still available and easy to make.