menuManager.add((IAction)fGlobalActions.get(ActionFactory.PASTE.getId()));
menuManager.add((IAction)fGlobalActions.get(ActionFactory.SELECT_ALL.getId()));
menuManager.add(new Separator("FIND")); //$NON-NLS-1$
menuManager.add((IAction)fGlobalActions.get(ActionFactory.FIND.getId()));
menuManager.add(new FollowHyperlinkAction(fViewer));
menuManager.add(fClearOutputAction);
menuManager.add(new Separator(IWorkbenchActionConstants.MB_ADDITIONS));
}