nsep.showFindDialog(evt);
}
else if(sqlEntryPanel instanceof RSyntaxSQLEntryPanel)
{
SquirrelRSyntaxTextArea rsep = (SquirrelRSyntaxTextArea) sqlEntryPanel.getTextComponent();
rsep.showFindDialog(evt);
}
else
{
String msg = s_stringMgr.getString("syntax.findOnlyOnRecommendedEditors");
JOptionPane.showMessageDialog(_session.getApplication().getMainFrame(), msg);