mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 22:35: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.
|
||||
#
|
||||
# Contributors:
|
||||
# {Name} (company) - description of contribution.
|
||||
# Willian Mitsuda - [184824] added a Remote action set item
|
||||
################################################################################
|
||||
|
||||
# NLS_MESSAGEFORMAT_NONE
|
||||
|
@ -44,5 +44,6 @@ VirtualObjectDecorator.label=Virtual Object Decorator
|
|||
|
||||
Search.Page = Remote Search
|
||||
searchMenu.label = Se&arch
|
||||
Remote.ActionSet = Remote...
|
||||
Remote.Search = &Remote...
|
||||
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
|
||||
point="org.eclipse.ui.actionSets">
|
||||
<actionSet
|
||||
label="%Remote.Search"
|
||||
label="%Remote.ActionSet"
|
||||
visible="true"
|
||||
id="org.eclipse.rse.core.search.searchActionSet">
|
||||
<menu
|
||||
|
|
Loading…
Add table
Reference in a new issue