0

In eclipse workbench in Import view there are some pre-defined menu items, which are:

Supplied Implementation: The workbench comes preloaded with the basic import engines for files and directories.

Here they are:

Import menu

The question is: is it possible to remove them from Import view? Can it be done not by code but by changing some plugin.xml configuration files?

Alex Stybaev
  • 4,623
  • 3
  • 30
  • 44
  • I think you are really trying to ask a different question. Why do you want this functionality removed? Most users want to see these wizards around because they are useful. – Andrew Eisenberg Jun 21 '12 at 16:40
  • I need to remove them, because there is no need to support them in my app. Their usage requires additional eclipse bundles, which is not preferred. – Alex Stybaev Jun 22 '12 at 13:32
  • You didn't mention that this was a custom RCP app. That changes things. – Andrew Eisenberg Jun 22 '12 at 15:33

1 Answers1

1

You may find an answer in this possible duplicate question: How to remove a Category from Import wizard in Eclipse-RCP?

BTW: If you are investigating that deeper, please note that the extension point is called "activities", but that functionality is always referred to as "capabilities" in Eclipse terminology.

Community
  • 1
  • 1
Bananeweizen
  • 21,797
  • 8
  • 68
  • 88