mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 21:15:23 +02:00
[195830] setting remote file as non-stale by default when it's a non-folder and non-archive.
This commit is contained in:
parent
0d8e25b58f
commit
0b3b03c7a4
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ public abstract class AbstractRemoteFile extends RemoteFile implements IRemoteFi
|
||||||
_subSystem = subSystem;
|
_subSystem = subSystem;
|
||||||
_hostFile = hostFile;
|
_hostFile = hostFile;
|
||||||
setParentRemoteFile(parent);
|
setParentRemoteFile(parent);
|
||||||
|
if (_hostFile.isFile() && !_hostFile.isArchive()) // no need to query this again so marking false for stale
|
||||||
|
markStale(false, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public IRemoteFileSubSystem getParentRemoteFileSubSystem()
|
public IRemoteFileSubSystem getParentRemoteFileSubSystem()
|
||||||
|
|
Loading…
Add table
Reference in a new issue