1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-20 06:35:50 +02:00

[143503] [updating] need a synchronize cache operation

This commit is contained in:
David McKnight 2007-12-18 15:58:25 +00:00
parent 1a2bc616b9
commit 84019da4e0
3 changed files with 3 additions and 4 deletions

View file

@ -44,8 +44,7 @@ VirtualObjectDecorator.label=Virtual Object Decorator
# Actions # Actions
synchronizeCache.label=Synchronize Cache synchronizeCache.label=Synchronize Cache
synchronizeCache.tooltip=Download remote files to the Remote System Explorer file cache. synchronizeCache.tooltip=Refresh changed files in the Remote System Explorer file cache.
Search.Page = Remote Search Search.Page = Remote Search
searchMenu.label = Se&arch searchMenu.label = Se&arch
Remote.ActionSet = Remote... Remote.ActionSet = Remote...

View file

@ -428,7 +428,7 @@ Martin Oberhuber (Wind River) - [186748] Move ISubSystemConfigurationAdapter fro
<action <action
label="%synchronizeCache.label" label="%synchronizeCache.label"
tooltip="%synchronizeCache.tooltip" tooltip="%synchronizeCache.tooltip"
class="org.eclipse.rse.files.ui.actions.SynchronizeCacheActionDelegate" class="org.eclipse.rse.internal.files.ui.actions.SynchronizeCacheActionDelegate"
menubarPath="group.importexport" menubarPath="group.importexport"
id="synchronizeCache"> id="synchronizeCache">
</action> </action>

View file

@ -12,7 +12,7 @@
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
* David McKnight (IBM) [143503] [updating] need a synchronize cache operation * David McKnight (IBM) [143503] [updating] need a synchronize cache operation
********************************************************************************/ ********************************************************************************/
package org.eclipse.rse.files.ui.actions; package org.eclipse.rse.internal.files.ui.actions;
import java.lang.reflect.InvocationTargetException; import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList; import java.util.ArrayList;