menuManager.appendToGroup(WORKING_SET_ACTION_GROUP, clearWorkingSetAction);
menuManager.appendToGroup(WORKING_SET_ACTION_GROUP, editWorkingSetAction);
menuManager.appendToGroup(WORKING_SET_ACTION_GROUP, new Separator(START_SEPARATOR_ID));
menuManager.appendToGroup(WORKING_SET_ACTION_GROUP, new Separator(SEPARATOR_ID));
menuListener = new IMenuListener() {
public void menuAboutToShow(IMenuManager manager) {
removePreviousMruWorkingSetActions(manager);
addMruWorkingSetActions(manager);
}
};