AnalyzerQuery qp=Bbq_eclipsePlugin.getDefault().getQueryParser();
qp.setLine( line);
try
{
SetExpression se=qp.getExpression();
NewSearchUI.runQueryInBackground( new Query( se, line));
_historyList.add( line, 0);
}
catch ( ParseException pe)
{
MessageBox mb=new MessageBox( getSite().getShell(), SWT.ICON_ERROR|SWT.OK);