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)

link|improve this question

73% accept rate
feedback

4 Answers

up vote 12 down vote accepted

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.

link|improve this answer
Ya worked for me. But are those the only ones would load during startup? or can other plugins still load them selfs without being listed there? – Vijay Krishna Nov 14 '10 at 11:36
These are only the plugins that are 'kind' enough to allow themselves to be easily disabled. I guess the other plugins assume if you've installed it, you always want it to be there... – Mikezx6r Nov 16 '10 at 11:43
feedback

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

link|improve this answer
... If the Uninstall button happens to be highlighted for the plugin to uninstall – demongolem Sep 9 '11 at 16:39
1  
He doesn't want to uninstall them. – ertemplin Oct 27 '11 at 1:28
feedback

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

link|improve this answer
feedback

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

link|improve this answer
It works. But it's a risky way. Need more knowledge to know which should be disabled. – Kane Nov 13 '10 at 3:26
Cool. At least i have a way to disable. – Vijay Krishna Nov 14 '10 at 11:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.