I want to create plug-in which allow to run several chosen(ctrl+click) configuration from “Run Configurations” form by one click. I have made plug-in for contextual menu(extension point org.eclipse.ui.popupMenus),but I can't find “objectClass” for configuration.
我想创建一个插件,允许从“运行配置”表单中单击运行多个选择(ctrl +单击)配置。我已经为上下文菜单(扩展点org.eclipse.ui.popupMenus)制作了插件,但我找不到“objectClass”进行配置。
What name of the class object of a configuration(conf could have different types – JUnit, Eclipse appl and so on)?
配置的类对象的名称(conf可以有不同的类型--JUnit,Eclipse appl等)?
1 个解决方案
#1
0
Instead of implementing, just download and use the plugin from sources attached to https://bugs.eclipse.org/bugs/show_bug.cgi?id=39900#c30 ("A plug-in project to show a basic workflow" zip file)
而不是实现,只需从附加到https://bugs.eclipse.org/bugs/show_bug.cgi?id=39900#c30(“插件项目以显示基本工作流程”zip文件)的源代码下载并使用该插件)
Cheers, Max
#1
0
Instead of implementing, just download and use the plugin from sources attached to https://bugs.eclipse.org/bugs/show_bug.cgi?id=39900#c30 ("A plug-in project to show a basic workflow" zip file)
而不是实现,只需从附加到https://bugs.eclipse.org/bugs/show_bug.cgi?id=39900#c30(“插件项目以显示基本工作流程”zip文件)的源代码下载并使用该插件)
Cheers, Max