2

I just want to remove some of the elements from the menu below. The question is - how?

context menu with too many elements

Don't Panic
  • 41,125
  • 10
  • 61
  • 80
Chris
  • 509
  • 2
  • 4
  • 15
  • Possible duplicate of [Is it possible to hide/remove arbitrary context menu items in Eclipse (3.6)](http://stackoverflow.com/questions/3482312/is-it-possible-to-hide-remove-arbitrary-context-menu-items-in-eclipse-3-6) – Don't Panic Dec 29 '16 at 23:18

1 Answers1

2

See this question. There is a guide there using the "Customize perspective" option in the menu which may work. A comment indicates that it doesnt, but its worth trying out.

But if you have a context menu that is too full, it may be a warning that you are using to many plugins in the same perspective. Unfortunately too often plugins have a tendency to add themselves a little all over the place.

Community
  • 1
  • 1
Fredrik
  • 10,626
  • 6
  • 45
  • 81