commands.add(CommandFactory.newCommand("load last source file", new LoadLastSourceFileExecutor(page)));
}
private void addMappingCommands() {
commands.add(new TargetNodePathCommand(page, "maptarget", new OpenFormulaBuilderExecutor(page)));
commands.add(new AddMappingCommand(page));
}