1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00

Refresh source files if the source containers have changed.

This commit is contained in:
Ken Ryall 2008-11-04 21:38:16 +00:00
parent be136db87e
commit b9deab734a

View file

@ -207,6 +207,7 @@ public class SourceFilesViewer extends BaseViewer implements ISourceLookupPartic
public IStatus runInUIThread(IProgressMonitor monitor) {
Object input = getInput();
if (input != null && input instanceof Executable) {
((Executable)input).setRefreshSourceFiles(true);
refresh(true);
}
return Status.OK_STATUS;