mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 11:55:40 +02:00
[430896] On shutdown, RSE should call
SystemRemoteEditManager.refreshRemoteEditProject() in order to clear cache files
This commit is contained in:
parent
c4e399ed42
commit
0d70a6c5e3
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
* David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
|
* David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
|
||||||
* Martin Oberhuber (Wind River) - [228353] Asynchronously initialize the remote edit project
|
* Martin Oberhuber (Wind River) - [228353] Asynchronously initialize the remote edit project
|
||||||
* David McKnight (IBM) - [245260] Different user's connections on a single host are mapped to the same temp files cache
|
* David McKnight (IBM) - [245260] Different user's connections on a single host are mapped to the same temp files cache
|
||||||
|
* David McKnight (IBM) - [430896] On shutdown, RSE should call SystemRemoteEditManager.refreshRemoteEditProject() in order to clear cache files
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.files.ui;
|
package org.eclipse.rse.internal.files.ui;
|
||||||
|
@ -178,6 +179,7 @@ public class Activator extends AbstractUIPlugin
|
||||||
IWorkspace ws = ResourcesPlugin.getWorkspace();
|
IWorkspace ws = ResourcesPlugin.getWorkspace();
|
||||||
ws.removeResourceChangeListener(_tempFileListener);
|
ws.removeResourceChangeListener(_tempFileListener);
|
||||||
_tempFileListener = null;
|
_tempFileListener = null;
|
||||||
|
SystemRemoteEditManager.getInstance().refreshRemoteEditProject();
|
||||||
}
|
}
|
||||||
plugin = null;
|
plugin = null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue