暂时禁用 Eclipse 插件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2978174/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 19:27:12  来源:igfitidea点击:

Temporarily disable Eclipse plugin

eclipseeclipse-plugin

提问by Borek Bernard

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

有没有办法禁用 Eclipse 插件而不实际卸载它?

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

(Eclipse 3.3 有一个“禁用”按钮,但现在 Eclipse 3.4+ 中没有了。)

回答by zvikico

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

启动和关闭

回答by swimmingfisher

First enable classic update in preference under :

首先在以下情况下优先启用经典更新:

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

General > Capabilities,然后转到 Help > Software Updates > Manage Configuration以禁用它。

Below two links for your information

以下两个链接供您参考

Thisand thislink can help you.

这个这个链接可以帮助你。

回答by VonC

As mentioned in bug 224145#c34,

错误 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.

除了 p2 UI 中的内容外,我看不到任何启用内容的方法。而且我根本看不到任何更新内容 - 甚至在要安装的内容列表中也没有。

p2 似乎没有启用/禁用功能,只有安装/卸载。

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 Planor Galileo Plan.

在其他世界中,在P2 宇宙中(自 Eclipse 3.4 起),似乎没有“禁用”过程,并且在木卫三计划伽利略计划中没有使用该词。