我的Eclipse插件可以改变其他插件的首选项吗?

时间:2011-01-03 19:26:23

标签: eclipse eclipse-plugin preferences eclipse-pdt

我正在开发一个Eclipse插件,需要更改其他插件定义的一些首选项,例如:文本编辑器中的选项卡大小。这可能吗?

1 个答案:

答案 0 :(得分:3)

是的,有可能。

您需要在首选页面中显示此内容:

setPreferenceStore( new ScopedPreferenceStore( new InstanceScope(), "bundle-name-of-other-plugin" ) );

或者你可以做这样的事情here

仅供参考,优惠活动在这里:

pathToWorkspace\.metadata\.plugins\org.eclipse.core.runtime\.settings