java - Eclipse plug-in for launching several run configurations -
java - Eclipse plug-in for launching several run configurations -
i want create plug-in allow run several chosen(ctrl+click) configuration “run configurations” form 1 click. have made plug-in contextual menu(extension point org.eclipse.ui.popupmenus),but can't find “objectclass” configuration.
what name of class object of configuration(conf have different types – junit, eclipse appl , on)?
instead of implementing, download , utilize plugin sources attached https://bugs.eclipse.org/bugs/show_bug.cgi?id=39900#c30 ("a plug-in project show basic workflow" zip file)
cheers, max
java eclipse configuration eclipse-plugin
Comments
Post a Comment