我的 Eclipse 插件可以更改其他插件的首选项吗?
我正在开发一个 Eclipse 插件,它需要更改其他插件定义的一些首选项,例如文本编辑器中的选项卡大小。这可能吗?
I'm working on an Eclipse plugin that needs to change some preferences defined by other plugins, e.g. the tab size in text editors. Is that possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的。
您的首选项页面中将需要此内容:
或者您可以执行类似的操作 在这里。
仅供参考,偏好设置在这里:
Yes, it is possible.
You'll need this in your preference page:
Or you could do something like this here.
FYI, the preferences live here: