Utils.openError("Action Error", "Unable to open Merge Field: " + e.getMessage());
return;
}
IFile file = multiPageEditor.getEditorInputFile();
snippetDialog.setProject(file.getProject());
snippetDialog.open();
}
@Override
public void setActiveEditor(IAction action, IEditorPart targetEditor) {
// nothing here