mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 23:55:26 +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
|
||||
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
|
||||
searchMenu.label = Se&arch
|
||||
Remote.ActionSet = Remote...
|
||||
|
|
|
@ -428,7 +428,7 @@ Martin Oberhuber (Wind River) - [186748] Move ISubSystemConfigurationAdapter fro
|
|||
<action
|
||||
label="%synchronizeCache.label"
|
||||
tooltip="%synchronizeCache.tooltip"
|
||||
class="org.eclipse.rse.files.ui.actions.SynchronizeCacheActionDelegate"
|
||||
class="org.eclipse.rse.internal.files.ui.actions.SynchronizeCacheActionDelegate"
|
||||
menubarPath="group.importexport"
|
||||
id="synchronizeCache">
|
||||
</action>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* {Name} (company) - description of contribution.
|
||||
* 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.util.ArrayList;
|
Loading…
Add table
Reference in a new issue