99

Is there a way to disable an Eclipse plugin without actually uninstalling it?

(Eclipse 3.3 had a "disable" button but this is now missing from Eclipse 3.4+.)

Borek Bernard
  • 50,745
  • 59
  • 165
  • 240
  • 1
    You might like to clarify that you are asking about Eclipse 3.4+; Eclipse 3.3 had a "disable" command for each feature. – James Jun 06 '10 at 21:51
  • 1
    Eclipse 3.3 is 2 years old so I didn't assume people would even consider it. But I'll edit the question... – Borek Bernard Jun 07 '10 at 07:07

3 Answers3

134

Some plugins allow controlling their load-on-startup behavior. These will be listed in the preferences, under General → Startup and Shutdown. If the plugin provides view, you will need to close those views (in all perspectives) for this to work.

Startup and Shutdown

Emil Sierżęga
  • 1,785
  • 2
  • 31
  • 38
zvikico
  • 9,765
  • 4
  • 38
  • 49
22

First enable classic update in preference under :

General > Capabilities, then go to Help > Software Updates > Manage Configuration to disable it.

Below two links for your information

This and this link can help you.

itsji10dra
  • 4,603
  • 3
  • 39
  • 59
swimmingfisher
  • 901
  • 9
  • 9
2

As mentioned in bug 224145#c34,

I don't see any way to enable stuff except for what is in the p2 UI. And I see no update stuff there at all - not even in the list of things to install.

p2 don't even seem to have enable/disable functionality, only install/uninstall.

In other world, in the P2 universe (since Eclipse 3.4), there doesn't seem to be a "disable" process, and the word was not used in the Ganymede Plan or Galileo Plan.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250