Hide Run on Server feature in Eclipse
Create your plugin, then define your action template to hide context menus. Then export your plugin to your eclipse, restart eclipse.
See this blog post for how to find the context menu identifier and use the action extension.
. - / eclipse? . , ;
- ... /Eclipse -xxx/features/, , org.eclipse.wst.server...
- "server-stuff" "features"
- org.eclipse.wst.server.... "server-stuff" .
- ... /Eclipse -xxx/plugins/, jar, org.eclipse.wst.server...
- "server-stuff" "plugins"
- org.eclipse.wst.server... " "
Now restart eclipse. All the damn server features have disappeared. If you encounter any unexpected result, just create a backup with the "server-stuff" folders.
