Skip to content

Commit

Permalink
refresh ui after files are created
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalv committed Jun 13, 2012
1 parent a8bdf2a commit bf1891c
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -2181,6 +2181,11 @@ public void appendToSDF( IFile sdFile, ICDKMolecule molecule ) throws BioclipseE
+ " for writing.",
e );
}
try {
sdFile.refreshLocal( 1, new NullProgressMonitor() );
} catch ( CoreException e ) {
throw new BioclipseException( "Failed to refresh resource", e );
}
}

public void saveSDFile(final IFile file, List<? extends IMolecule> entries,
Expand Down

0 comments on commit bf1891c

Please sign in to comment.