RenamerRule rule = (RenamerRule) object;
// add the file to the recently loaded file set
Activator.getDefault().getRecentlyLoadedRules().add(ruleFile);
RenamerRuleEditorInput input = getEditorInput(rule, ruleFile);
String editorID = getEditorID(rule);
try {
page.openEditor(input, editorID);
} catch (PartInitException e) {