}
};
fEditorSite.getPage().addPostSelectionListener(fSelectionListener);
/* Send Browser-Status to Workbench-Status */
((Browser) fViewer.getControl()).addStatusTextListener(new StatusTextListener() {
public void changed(StatusTextEvent event) {
/* Don't show Status for the Handler Protocol */
if (event.text != null && !event.text.contains(ILinkHandler.HANDLER_PROTOCOL) && !event.text.contains(LOCALHOST))
fEditorSite.getActionBars().getStatusLineManager().setMessage(event.text);