如何禁用 eclipse 3.6 Helios 中的插件?
我有 eclipse 3.6,我安装了很多插件。 但我想禁用一些插件但不知道如何:( (我不想卸载它们,因为当我在其他项目上工作时,我可能会在将来的某个时候需要它们)
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)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
在首选项中,常规、启动和关闭。许多插件将出现在那里并带有复选框。运气好的话,您希望禁用的那个会出现在那里。
如果您的插件没有出现在那里,那么您要么必须卸载它,希望它提供一个禁用自身的选项,要么继续使用它。
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.
您可以通过以下步骤将它们全部卸载:
“帮助”>“关于Eclipse SDK>安装详情>>已安装软件选项卡>选择您要卸载的插件>点击底部的卸载按钮
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
您可以使用 pde 提供的插件注册表视图。
在这里您可以看到已安装的插件、活动的插件,并且通过激活高级操作,您可以禁用各种插件
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
转到计算机中 eclipse 所在的文件夹。转到插件文件夹。并删除插件。并再次重启eclipse
Go to the folder where your eclipse in the computer. Go the plugins folder. And delete the plugins. And restart eclipse again