action = new LogicPasteTemplateAction(this);
registry.registerAction(action);
getSelectionActions().add(action.getId());
action = new IncrementDecrementAction(this, true);
registry.registerAction(action);
getSelectionActions().add(action.getId());
action = new IncrementDecrementAction(this, false);
registry.registerAction(action);
getSelectionActions().add(action.getId());
action = new DirectEditAction((IWorkbenchPart)this);
registry.registerAction(action);