【发布时间】:2019-09-14 23:35:30
【问题描述】:
借助 Eclipse 插件,使用 3.x API,可以实现项目特定设置的属性页(例如,Project/Properties/MyPlugin/...) ,借助org.eclipse.ui.propertyPages 扩展点和org.eclipse.ui.dialogs.PropertyPage 对话框。
有没有 e4 方法来实现这样的属性页?
【问题讨论】:
标签: eclipse eclipse-plugin eclipse-rcp e4