item.setText( Messages.getString( "ShowSearchHistoryAction.History" ) ); //$NON-NLS-1$
item.addSelectionListener( new SelectionAdapter()
{
public void widgetSelected( SelectionEvent e )
{
PreviousSearchesDialog dialog = new PreviousSearchesDialog( view );
dialog.open();
}
} );
item = new MenuItem( menu, SWT.PUSH );
item.setText( Messages.getString( "ShowSearchHistoryAction.ClearHistory" ) ); //$NON-NLS-1$
item.addSelectionListener( new SelectionAdapter()