}
// fold against macro definition
} else if (actionId
.equals("org.erlide.wrangler.refactoring.foldagainstmacro")) {
refactoring = new FoldAgainstMacro();
pages.add(new SelectionInputPage("Fold against macro definition",
"Please select expression which should be fold!",
"Select expressions which should be folded!",
(CostumWorkflowRefactoringWithPositionsSelection) refactoring));