mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
[184824] add and reference a "Remote" action set
This commit is contained in:
parent
d4bf6fa10d
commit
9792857149
2 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
# Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
# Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||||
#
|
#
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# {Name} (company) - description of contribution.
|
# Willian Mitsuda - [184824] added a Remote action set item
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# NLS_MESSAGEFORMAT_NONE
|
# NLS_MESSAGEFORMAT_NONE
|
||||||
|
@ -44,5 +44,6 @@ VirtualObjectDecorator.label=Virtual Object Decorator
|
||||||
|
|
||||||
Search.Page = Remote Search
|
Search.Page = Remote Search
|
||||||
searchMenu.label = Se&arch
|
searchMenu.label = Se&arch
|
||||||
|
Remote.ActionSet = Remote...
|
||||||
Remote.Search = &Remote...
|
Remote.Search = &Remote...
|
||||||
Remote.Search.tooltip = Opens Remote Search dialog page for text and file searching on remote systems
|
Remote.Search.tooltip = Opens Remote Search dialog page for text and file searching on remote systems
|
||||||
|
|
|
@ -249,7 +249,7 @@ Martin Oberhuber (Wind River) - [186748] Move ISubSystemConfigurationAdapter fro
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.ui.actionSets">
|
point="org.eclipse.ui.actionSets">
|
||||||
<actionSet
|
<actionSet
|
||||||
label="%Remote.Search"
|
label="%Remote.ActionSet"
|
||||||
visible="true"
|
visible="true"
|
||||||
id="org.eclipse.rse.core.search.searchActionSet">
|
id="org.eclipse.rse.core.search.searchActionSet">
|
||||||
<menu
|
<menu
|
||||||
|
|
Loading…
Add table
Reference in a new issue