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:
parent
1a2bc616b9
commit
84019da4e0
3 changed files with 3 additions and 4 deletions
|
@ -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...
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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;
|
Loading…
Add table
Reference in a new issue