String switchFile = fuseaction.getSwichFile().getFullPath().toString();
OpenFileAction openFileAction = new OpenFileAction();
openFileAction.setFilename(switchFile);
openFileAction.open(fuseaction.getTagStart(), fuseaction.getTagEnd());
if(!openFileAction.isSuccess()){
showMessage("File Not found: " + switchFile);
}
}