mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 12:35:22 +02:00
[328617] synchronize cache operation should also support individual files
This commit is contained in:
parent
59913e6d63
commit
1fa2c140c5
1 changed files with 9 additions and 2 deletions
|
@ -20,6 +20,7 @@ David McKnight (IBM) - [209593] [api] add support for "file permissions" and "ow
|
||||||
Johnson Ma (Wind River) - [195402] Add tar.gz archive support
|
Johnson Ma (Wind River) - [195402] Add tar.gz archive support
|
||||||
David McKnight (IBM) - [261019] New File/Folder actions available in Work Offline mode
|
David McKnight (IBM) - [261019] New File/Folder actions available in Work Offline mode
|
||||||
David McKnight (IBM) - [218227][usability] Contribute a "Show in RSE" action to Resource Navigator and Project Explorer
|
David McKnight (IBM) - [218227][usability] Contribute a "Show in RSE" action to Resource Navigator and Project Explorer
|
||||||
|
David McKnight (IBM) - [328617] synchronize cache operation should also support individual files
|
||||||
-->
|
-->
|
||||||
<?eclipse version="3.0"?>
|
<?eclipse version="3.0"?>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -450,7 +451,13 @@ David McKnight (IBM) - [218227][usability] Contribute a "Show in RSE" a
|
||||||
objectClass="org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile"
|
objectClass="org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile"
|
||||||
id="org.eclipse.rse.files.ui.actions.synchronizeCache">
|
id="org.eclipse.rse.files.ui.actions.synchronizeCache">
|
||||||
<visibility>
|
<visibility>
|
||||||
<objectState name="isdirectory" value="true"/>
|
<and>
|
||||||
|
<or>
|
||||||
|
<objectState name="isdirectory" value="true"/>
|
||||||
|
<objectState name="isfile" value="true"/>
|
||||||
|
</or>
|
||||||
|
<objectState name="isroot" value="false"/>
|
||||||
|
</and>
|
||||||
</visibility>
|
</visibility>
|
||||||
<action
|
<action
|
||||||
label="%synchronizeCache.label"
|
label="%synchronizeCache.label"
|
||||||
|
|
Loading…
Add table
Reference in a new issue