diff --git a/debug/org.eclipse.debug.ui/plugin.properties b/debug/org.eclipse.debug.ui/plugin.properties index 92ee86a205a..605192017de 100644 --- a/debug/org.eclipse.debug.ui/plugin.properties +++ b/debug/org.eclipse.debug.ui/plugin.properties @@ -213,6 +213,8 @@ ActionDefinition.toggleStepFilters.description= Toggles enablement of debug step ActionDefinition.stepInto.name= Step Into ActionDefinition.stepInto.description= Step into +org.eclipse.debug.ui.presentation.description = Colors and fonts used for debug sessions, breakpoints and variables. + ActionDefinition.stepOver.name= Step Over ActionDefinition.stepOver.description= Step over diff --git a/debug/org.eclipse.debug.ui/plugin.xml b/debug/org.eclipse.debug.ui/plugin.xml index 0d4456b7754..70d4d67b5a6 100644 --- a/debug/org.eclipse.debug.ui/plugin.xml +++ b/debug/org.eclipse.debug.ui/plugin.xml @@ -2995,9 +2995,12 @@ M4 = Platform-specific fourth key perspectiveId="org.eclipse.debug.ui.DebugPerspective"/> - - + + + + %org.eclipse.debug.ui.presentation.description + + ''{0}'' preferences for text c textCompareAppearance.label=Text Compare +org.eclipse.compare.contentmergeviewer.TextMergeViewer=Colors and fonts used in compare editors to indicate differences, conflicts, and changes. + compareIncomingColor.label= Incoming change color compareIncomingColor.description= The color used to indicate an incoming change in compare and merge tools. compareOutgoingColor.label= Outgoing change color diff --git a/team/bundles/org.eclipse.compare/plugin.xml b/team/bundles/org.eclipse.compare/plugin.xml index 5bf22395333..24978d0b081 100644 --- a/team/bundles/org.eclipse.compare/plugin.xml +++ b/team/bundles/org.eclipse.compare/plugin.xml @@ -1,7 +1,7 @@