mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
class browser and type hierarchy property files from Chris Wiebe
This commit is contained in:
parent
49e276d0ac
commit
8f0618aeb2
3 changed files with 127 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
2004-03-16 Andrew Niefer
|
||||
property files for class browser and type hierarchy
|
||||
|
||||
2004-03-16 Hoda Amer
|
||||
Fix for bug#54324 Refactor: Invoke rename refactoring from editor
|
||||
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2004 IBM Corporation and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Common Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/cpl-v10.html
|
||||
*
|
||||
* Contributors:
|
||||
* IBM Corporation - initial API and implementation
|
||||
* QNX Software Systems - adapted for use in CDT
|
||||
*******************************************************************************/
|
||||
|
||||
CBrowsingPart.toolTip= Working Set: {0}
|
||||
CBrowsingPart.toolTip2= {0} - Working Set: {1}
|
||||
|
||||
LexicalSortingAction.label= Sort
|
||||
LexicalSortingAction.tooltip= Sort
|
||||
LexicalSortingAction.description= Enable Sorting
|
||||
|
||||
ClassesView.flatLayoutAction.label= &Flat
|
||||
ClassesView.HierarchicalLayoutAction.label= &Hierarchical
|
||||
ClassesView.LayoutActionGroup.layout.label= &Layout
|
||||
|
||||
# the first argument is the string to which the second one is appended
|
||||
StatusBar.concat= {0}, {1}
|
|
@ -0,0 +1,99 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2004 IBM Corporation and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Common Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/cpl-v10.html
|
||||
*
|
||||
* Contributors:
|
||||
* IBM Corporation - initial API and implementation
|
||||
* QNX Software Systems - adapted for use in CDT
|
||||
*******************************************************************************/
|
||||
|
||||
EnableMemberFilterAction.label=Members in Hierarchy
|
||||
EnableMemberFilterAction.tooltip=Lock View and Show Members in Hierarchy
|
||||
EnableMemberFilterAction.description=Lock view and show members in hierarchy
|
||||
|
||||
ToggleOrientationAction.horizontal.label=Horizontal View Orientation
|
||||
ToggleOrientationAction.horizontal.tooltip=Horizontal View Orientation
|
||||
ToggleOrientationAction.horizontal.description=Horizontal View Orientation
|
||||
|
||||
ToggleOrientationAction.vertical.label=Vertical View Orientation
|
||||
ToggleOrientationAction.vertical.tooltip=Vertical View Orientation
|
||||
ToggleOrientationAction.vertical.description=Vertical View Orientation
|
||||
|
||||
ToggleOrientationAction.single.label=Hierarchy View Only
|
||||
ToggleOrientationAction.single.tooltip=Hierarchy View Only
|
||||
ToggleOrientationAction.single.description=Hierarchy View Only
|
||||
|
||||
FocusOnSelectionAction.label=Fo&cus On ''{0}''
|
||||
FocusOnSelectionAction.tooltip=Focus the Type Hierarchy on the Selected Element
|
||||
FocusOnSelectionAction.description=Focus the Type Hierarchy on the selected element
|
||||
|
||||
FocusOnTypeAction.label=&Focus On...
|
||||
FocusOnTypeAction.tooltip=Focus the Type Hierarchy on a New Type
|
||||
FocusOnTypeAction.description=Focus the Type Hierarchy on a new type
|
||||
FocusOnTypeAction.dialog.title=Focus On Type
|
||||
FocusOnTypeAction.dialog.message=&Select the type to be shown in the Type Hierarchy view:
|
||||
|
||||
HistoryDropDownAction.tooltip=Previous Type Hierarchies
|
||||
|
||||
HistoryAction.description=Open ''{0}'' in Hierarchy
|
||||
HistoryAction.tooltip=Open ''{0}'' in Hierarchy
|
||||
|
||||
HistoryListDialog.title=Type Hierarchy History
|
||||
HistoryListDialog.label=&Select the element to open in the type hierarchy:
|
||||
HistoryListDialog.remove.button=&Remove
|
||||
|
||||
HistoryListAction.label=More...
|
||||
|
||||
ShowInheritedMembersAction.label=All Inherited Members
|
||||
ShowInheritedMembersAction.tooltip=Show All Inherited Members
|
||||
ShowInheritedMembersAction.description=Show all inherited members
|
||||
|
||||
ShowQualifiedTypeNamesAction.label=Show Qualified Type Names
|
||||
ShowQualifiedTypeNamesAction.tooltip=Show Qualified Type Names
|
||||
ShowQualifiedTypeNamesAction.description=Show qualified type names
|
||||
|
||||
SortByDefiningTypeAction.label=Sort by the Defining Type
|
||||
SortByDefiningTypeAction.tooltip=Sort Methods by the Defining Type
|
||||
SortByDefiningTypeAction.description=Sort methods by the defining type
|
||||
|
||||
SubTypeHierarchyViewer.title=Hierarchy
|
||||
SubTypeHierarchyViewer.filtered.title=Hierarchy
|
||||
|
||||
SuperTypeHierarchyViewer.title=Hierarchy
|
||||
SuperTypeHierarchyViewer.filtered.title=Hierarchy
|
||||
|
||||
TraditionalHierarchyViewer.title=Hierarchy
|
||||
TraditionalHierarchyViewer.filtered.title=Hierarchy
|
||||
|
||||
TypeHierarchyViewPart.error.title=Open Type Hierarchy
|
||||
TypeHierarchyViewPart.error.message=The selected element only exists in the editor. To perform this operation you have to save the editor first.
|
||||
TypeHierarchyViewPart.empty=To display the type hierarchy, select a type (for example in the outline view or in the editor), and select the \'Open Type Hierarchy\' menu option. Alternatively, you can drag and drop an element (e.g. project, package, type) onto this view.
|
||||
TypeHierarchyViewPart.nodecl=No declarations of selected members\nin the chosen hierarchy of ''{0}''
|
||||
|
||||
TypeHierarchyViewPart.exception.title=Type Hierarchy
|
||||
TypeHierarchyViewPart.exception.message=Creating hierarchy failed. Check log for details.
|
||||
|
||||
TypeHierarchyViewPart.title={0} : {1}
|
||||
TypeHierarchyViewPart.tooltip={0} of ''{1}''
|
||||
|
||||
TypeHierarchyViewPart.layout.submenu=&Layout
|
||||
|
||||
ToggleViewAction.subtypes.label=Subtype Hierarchy
|
||||
ToggleViewAction.subtypes.tooltip=Show the Subtype Hierarchy
|
||||
ToggleViewAction.subtypes.description=Show the subtype hierarchy
|
||||
|
||||
ToggleViewAction.supertypes.label=Supertype Hierarchy
|
||||
ToggleViewAction.supertypes.tooltip=Show the Supertype Hierarchy
|
||||
ToggleViewAction.supertypes.description=Show the supertype hierarchy
|
||||
|
||||
ToggleViewAction.vajhierarchy.label=Type Hierarchy
|
||||
ToggleViewAction.vajhierarchy.tooltip=Show the Type Hierarchy
|
||||
ToggleViewAction.vajhierarchy.description=Show the type hierarchy
|
||||
|
||||
HierarchyInformationControl.methodhierarchy.label=Types implementing or defining ''{0}.{1}''
|
||||
HierarchyInformationControl.hierarchy.label=Type hierarchy of ''{0}'':
|
||||
HierarchyInformationControl.toggle.traditionalhierarchy.label=Press ''{0}'' to see the Subtype hierarchy
|
||||
HierarchyInformationControl.toggle.superhierarchy.label=Press ''{0}'' to see the Supertype hierarchy
|
Loading…
Add table
Reference in a new issue