Is it possible to hide/remove arbitrary context menu items in Eclipse (3.6)

Viewed 14608

My question can be split into three:

Is it possible to hide/remove arbitrary context menu items in Eclipse (3.6) by ...

  1. standard UI?
  2. some existing plug-in?
  3. custom plug-in?

I failed to find ways to do this by methods 1 and 2. If the only option is creating custom plug-in, could anyone push me towards the right direction where to start (I have some experience in Java, but not in Eclipse plug-ins).

1 Answers
Related