Vijay Krishna
Vijay Krishna

Reputation: 888

How to disable plugins in eclipse 3.6 Helios?

I have eclipse 3.6, i have installed lot of plugins. But i want to disable some of the plugins but dont know how :( ( I don't want to uninstall them as i may need them in some time future when i work on other projects)

Upvotes: 17

Views: 19655

Answers (4)

senthil
senthil

Reputation: 21

Go to the folder where your eclipse in the computer. Go the plugins folder. And delete the plugins. And restart eclipse again

Upvotes: 2

WVB
WVB

Reputation: 247

You can uninstall them all by the next procedure:

Help > About Eclipse SDK > Installation Details > Installed Software Tab > Select a plug-in you want to Uninstall > Click Uninstall button at the bottom

Upvotes: 23

pbanfi
pbanfi

Reputation: 1885

you can use the Plug-in Registry view offered by the pde.

here you can see the plug-ins installed, the active ones and, by actrivating the advanced operations, you can disable the various plugins

Upvotes: 4

Mikezx6r
Mikezx6r

Reputation: 16905

In preferences, General, Startup and Shutdown. A lot of plugins will appear there with checkboxes. With luck, the one you're hoping to disable appears there.

If your plugin doesn't appear there, then you either have to uninstall it, hope it provides an option to disable itself, or live with it.

Upvotes: 25

Related Questions