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