mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-23 08:13:50 +02:00
Remove stale annotation types and NLS keys, related to bug 326145
This commit is contained in:
parent
437d771c94
commit
9b5703b88c
2 changed files with 0 additions and 86 deletions
|
@ -27,9 +27,6 @@ BreakpointActionPage.name=Breakpoint Action UI Page
|
||||||
RunMenu.label=&Run
|
RunMenu.label=&Run
|
||||||
DebugActionSet.label=C/C++ Debug
|
DebugActionSet.label=C/C++ Debug
|
||||||
|
|
||||||
DisassemblyViewAction.label=Go to address...
|
|
||||||
DisassemblyViewAction.tooltip=Enter memory address for the assembly code
|
|
||||||
|
|
||||||
ToggleInstructionStepModeAction.label=Instruction Stepping Mode
|
ToggleInstructionStepModeAction.label=Instruction Stepping Mode
|
||||||
ToggleInstructionStepModeAction.tooltip=Instruction Stepping Mode
|
ToggleInstructionStepModeAction.tooltip=Instruction Stepping Mode
|
||||||
|
|
||||||
|
@ -102,15 +99,7 @@ OldDefaultSourceLocator.name=Default C/C++ Source Locator (old)
|
||||||
|
|
||||||
BreakpointMarkerPreference.label=Breakpoints
|
BreakpointMarkerPreference.label=Breakpoints
|
||||||
|
|
||||||
DisassemblyView.name=Disassembly
|
|
||||||
DisassemblyCurrentInstructionPointer=Disassembly Current Instruction Pointer
|
|
||||||
DisassemblySecondaryInstructionPointer=Disassembly Secondary Instruction Pointer
|
|
||||||
|
|
||||||
DebugPresentation.label=C/C++ Debug Appearance
|
DebugPresentation.label=C/C++ Debug Appearance
|
||||||
DisassemblySourceLineColor.label=Disassembly Source Line Text Color
|
|
||||||
DisassemblySourceLineColor.description=The color used in the Disassembly view for source lines.
|
|
||||||
DisassemblyFontDefinition.label=Disassembly View Text Font
|
|
||||||
DisassemblyFontDefinition.description=The text font used in the Disassembly view.
|
|
||||||
|
|
||||||
# new disassembly
|
# new disassembly
|
||||||
DisassemblyCategory.name = Disassembly
|
DisassemblyCategory.name = Disassembly
|
||||||
|
@ -122,28 +111,6 @@ OpenDisassembly.tooltip = Open disassembly window
|
||||||
DisassemblyEditor.name = Disassembly
|
DisassemblyEditor.name = Disassembly
|
||||||
DisassemblyRendering.name = Disassembly
|
DisassemblyRendering.name = Disassembly
|
||||||
|
|
||||||
DisassemblyDisplayMode.name = Disassembly Display Mode
|
|
||||||
DisassemblyDisplayMode.description = Disassembly display mode
|
|
||||||
InstructionsDisplayMode.label = Show Instructions
|
|
||||||
InstructionsDisplayMode.tooltip = Show disassembly instructions
|
|
||||||
SourceDisplayMode.label = Show Source
|
|
||||||
SourceDisplayMode.tooltip = Show source code
|
|
||||||
|
|
||||||
SteppingMode.name=Stepping Mode
|
|
||||||
SteppingMode.description=Select Stepping Mode
|
|
||||||
|
|
||||||
SteppingModeMenu.label=Stepping Mode
|
|
||||||
SteppingModeMenu.tooltip=Select Stepping Mode
|
|
||||||
|
|
||||||
ContextSteppingMode.label=Context
|
|
||||||
ContextSteppingMode.tooltip=Context Dependent Stepping
|
|
||||||
|
|
||||||
SourceSteppingMode.label=Source
|
|
||||||
SourceSteppingMode.tooltip=Source Level Stepping
|
|
||||||
|
|
||||||
InstructionSteppingMode.label=Instruction
|
|
||||||
InstructionSteppingMode.tooltip=Instruction Level Stepping
|
|
||||||
|
|
||||||
DisassemblyPreferencePage.name = Disassembly
|
DisassemblyPreferencePage.name = Disassembly
|
||||||
# new disassembly (end)
|
# new disassembly (end)
|
||||||
|
|
||||||
|
@ -241,8 +208,6 @@ StopTracing.name=Stop Tracing
|
||||||
SaveTraceData.description=Save Trace Data to File
|
SaveTraceData.description=Save Trace Data to File
|
||||||
SaveTraceData.name=Save Trace Data
|
SaveTraceData.name=Save Trace Data
|
||||||
|
|
||||||
disassemblyViewMenu.label = disassemblyViewMenu
|
|
||||||
sourceNotFoundEditor.name = C/C++ Source Not Found Editor
|
sourceNotFoundEditor.name = C/C++ Source Not Found Editor
|
||||||
displayMode.name = displayMode
|
|
||||||
CastingCategory.description = Set of commands for displaying variables and expressions as other types or arrays.
|
CastingCategory.description = Set of commands for displaying variables and expressions as other types or arrays.
|
||||||
CastingCategory.name = Cast to Type or Array
|
CastingCategory.name = Cast to Type or Array
|
||||||
|
|
|
@ -1231,14 +1231,6 @@
|
||||||
super="org.eclipse.debug.core.breakpoint"
|
super="org.eclipse.debug.core.breakpoint"
|
||||||
name="org.eclipse.cdt.debug.core.breakpoint">
|
name="org.eclipse.cdt.debug.core.breakpoint">
|
||||||
</type>
|
</type>
|
||||||
<type
|
|
||||||
markerType="org.eclipse.cdt.debug.ui.disassemblyInstructionPointer.current"
|
|
||||||
name="org.eclipse.cdt.debug.ui.currentDisassemblyIP">
|
|
||||||
</type>
|
|
||||||
<type
|
|
||||||
markerType="org.eclipse.cdt.debug.ui.disassemblyInstructionPointer.secondary"
|
|
||||||
name="org.eclipse.cdt.debug.ui.secondaryDisassemblyIP">
|
|
||||||
</type>
|
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.ui.editors.markerAnnotationSpecification">
|
point="org.eclipse.ui.editors.markerAnnotationSpecification">
|
||||||
|
@ -1257,38 +1249,6 @@
|
||||||
verticalRulerPreferenceKey="breakpointVerticalRuler"
|
verticalRulerPreferenceKey="breakpointVerticalRuler"
|
||||||
verticalRulerPreferenceValue="true">
|
verticalRulerPreferenceValue="true">
|
||||||
</specification>
|
</specification>
|
||||||
<specification
|
|
||||||
colorPreferenceValue="198,219,174"
|
|
||||||
annotationType="org.eclipse.cdt.debug.ui.currentDisassemblyIP"
|
|
||||||
verticalRulerPreferenceValue="true"
|
|
||||||
colorPreferenceKey="currentDisassemblyIPColor"
|
|
||||||
highlightPreferenceKey="currentDisassemblyIPHighlight"
|
|
||||||
overviewRulerPreferenceValue="true"
|
|
||||||
highlightPreferenceValue="true"
|
|
||||||
presentationLayer="6"
|
|
||||||
icon="icons/obj16/inst_ptr_top.gif"
|
|
||||||
label="%DisassemblyCurrentInstructionPointer"
|
|
||||||
textPreferenceValue="false"
|
|
||||||
textPreferenceKey="currentDisassemblyIPIndication"
|
|
||||||
verticalRulerPreferenceKey="currentDisassemblyIPVerticalRuler"
|
|
||||||
overviewRulerPreferenceKey="currentDisassemblyIPOverviewRuler">
|
|
||||||
</specification>
|
|
||||||
<specification
|
|
||||||
colorPreferenceValue="219,235,204"
|
|
||||||
annotationType="org.eclipse.cdt.debug.ui.secondaryDisassemblyIP"
|
|
||||||
verticalRulerPreferenceValue="true"
|
|
||||||
colorPreferenceKey="secondaryDisassemblyIPColor"
|
|
||||||
highlightPreferenceKey="secondaryDisassemblyIPHighlight"
|
|
||||||
overviewRulerPreferenceValue="true"
|
|
||||||
highlightPreferenceValue="true"
|
|
||||||
presentationLayer="6"
|
|
||||||
icon="icons/obj16/inst_ptr.gif"
|
|
||||||
label="%DisassemblySecondaryInstructionPointer"
|
|
||||||
textPreferenceValue="false"
|
|
||||||
textPreferenceKey="secondaryDisassemblyIPIndication"
|
|
||||||
verticalRulerPreferenceKey="secondaryDisassemblyIPVerticalRuler"
|
|
||||||
overviewRulerPreferenceKey="secondaryDisassemblyIPOverviewRuler">
|
|
||||||
</specification>
|
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.core.runtime.adapters">
|
point="org.eclipse.core.runtime.adapters">
|
||||||
|
@ -1478,15 +1438,6 @@
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.ui.themes">
|
point="org.eclipse.ui.themes">
|
||||||
<fontDefinition
|
|
||||||
label="%DisassemblyFontDefinition.label"
|
|
||||||
categoryId="org.eclipse.debug.ui.presentation"
|
|
||||||
defaultsTo="org.eclipse.jface.textfont"
|
|
||||||
id="org.eclipse.cdt.debug.ui.disassemblyFont">
|
|
||||||
<description>
|
|
||||||
%DisassemblyFontDefinition.description
|
|
||||||
</description>
|
|
||||||
</fontDefinition>
|
|
||||||
<fontDefinition
|
<fontDefinition
|
||||||
defaultsTo="org.eclipse.jface.textfont"
|
defaultsTo="org.eclipse.jface.textfont"
|
||||||
label="%ModulesDetailPaneFontDefinition.label"
|
label="%ModulesDetailPaneFontDefinition.label"
|
||||||
|
@ -1738,7 +1689,6 @@
|
||||||
<or>
|
<or>
|
||||||
<instanceof value="org.eclipse.cdt.internal.ui.editor.CEditor"/>
|
<instanceof value="org.eclipse.cdt.internal.ui.editor.CEditor"/>
|
||||||
<instanceof value="org.eclipse.cdt.internal.ui.editor.asm.AsmTextEditor"/>
|
<instanceof value="org.eclipse.cdt.internal.ui.editor.asm.AsmTextEditor"/>
|
||||||
<instanceof value="org.eclipse.cdt.debug.internal.ui.views.disassembly.DisassemblyView"/>
|
|
||||||
<instanceof value="org.eclipse.cdt.debug.internal.ui.disassembly.editor.DisassemblyEditor"/>
|
<instanceof value="org.eclipse.cdt.debug.internal.ui.disassembly.editor.DisassemblyEditor"/>
|
||||||
<with variable="selection">
|
<with variable="selection">
|
||||||
<count value="1"/>
|
<count value="1"/>
|
||||||
|
@ -1765,7 +1715,6 @@
|
||||||
<or>
|
<or>
|
||||||
<instanceof value="org.eclipse.cdt.internal.ui.editor.CEditor"/>
|
<instanceof value="org.eclipse.cdt.internal.ui.editor.CEditor"/>
|
||||||
<instanceof value="org.eclipse.cdt.internal.ui.editor.asm.AsmTextEditor"/>
|
<instanceof value="org.eclipse.cdt.internal.ui.editor.asm.AsmTextEditor"/>
|
||||||
<instanceof value="org.eclipse.cdt.debug.internal.ui.views.disassembly.DisassemblyView"/>
|
|
||||||
<instanceof value="org.eclipse.cdt.debug.internal.ui.disassembly.editor.DisassemblyEditor"/>
|
<instanceof value="org.eclipse.cdt.debug.internal.ui.disassembly.editor.DisassemblyEditor"/>
|
||||||
<with variable="selection">
|
<with variable="selection">
|
||||||
<count value="1"/>
|
<count value="1"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue