161718192021222324
/** * @see org.eclipse.ui.IActionDelegate#run(org.eclipse.jface.action.IAction) */ public void run(IAction action) { GrinderLaunchShortcut shortcut = new GrinderLaunchShortcut(); shortcut.launch(getPyEdit(), "run"); } }