开发者

Can my Eclipse plugin change preferences from other plugins?

开发者 https://www.devze.com 2023-02-02 20:41 出处:网络
I\'m working on an Eclipse plugin that needs to change so开发者_StackOverflow中文版me preferences defined by other plugins, e.g. the tab size in text editors. Is that possible?Yes, it is possible.

I'm working on an Eclipse plugin that needs to change so开发者_StackOverflow中文版me preferences defined by other plugins, e.g. the tab size in text editors. Is that possible?


Yes, it is possible.

You'll need this in your preference page:

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

Or you could do something like this here.

FYI, the preferences live here:

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

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号