diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 7923c0e93ba..b6e62b746bd 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -297,10 +297,15 @@ ActionDefinition.open.hierarchy.description= Open the hierarchy of the selected OpenTypeInHierarchyAction.label=Open Type in Hierarch&y... OpenTypeInHierarchyAction.description=Opens a type selected from the all types dialog in a type hierarchy OpenTypeInHierarchyAction.tooltip=Opens a Type in a Type Hierarchy +OpenElementInCallHierarchyAction.label=Open Element in Ca&ll Hierarchy... +OpenElementInCallHierarchyAction.description=Opens an element selected from a dialog in the call hierarchy +OpenElementInCallHierarchyAction.tooltip=Opens an Element in the Call Hierarchy ActionDefinition.openTypeInHierarchy.name= Open Type in Hierarchy ActionDefinition.openTypeInHierarchy.description= Open a type in the type hierarchy view ActionDefinition.openTypeHierarchy.name= Open Type Hierarchy ActionDefinition.openTypeHierarchy.description= Open a type hierarchy on the selected element +ActionDefinition.openElementInCallHierarchy.name= Open Element in Call Hierarchy +ActionDefinition.openElementInCallHierarchy.description= Open an element in the call hierarchy view OpenTypeHierarchyAction.label=Open Type Hie&rarchy OpenTypeHierarchyAction.tooltip=Opens a Type Hierarchy for the Selected Element ViewCommand.typeHierarchy.name= C Type Hierarchy diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 8ffb17f2514..6746a7b9ccc 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -942,6 +942,24 @@ description="%CNavigationActionSet.description" visible="false" id="org.eclipse.cdt.ui.NavigationActionSet"> + + + - - - - + schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/> + - + + +