Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2009-03-30 15:47:50 +0000
committerMichael Rennie2009-03-30 15:47:50 +0000
commitc5ab9a151a82e9ffbf40cdea1a7ebf8efc2d65b4 (patch)
treeff8bc3a601e057d079ed203b4035951282d1a777 /org.eclipse.debug.ui/plugin.xml
parented37c36c92b52a0abc567d6a7a6d34f8166270f2 (diff)
downloadeclipse.platform.debug-c5ab9a151a82e9ffbf40cdea1a7ebf8efc2d65b4.tar.gz
eclipse.platform.debug-c5ab9a151a82e9ffbf40cdea1a7ebf8efc2d65b4.tar.xz
eclipse.platform.debug-c5ab9a151a82e9ffbf40cdea1a7ebf8efc2d65b4.zip
Bug 270467 Enable to navigate to breakpoints
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 7b3b54b6c..7c007e4ac 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1980,7 +1980,13 @@ M4 = Platform-specific fourth key
icon="$nl$/icons/full/obj16/brkp_obj.gif"
annotationImageProvider="org.eclipse.debug.internal.ui.BreakpointImageProvider"
textStylePreferenceKey="breakpointTextStyle"
- textStylePreferenceValue="SQUIGGLES">
+ textStylePreferenceValue="SQUIGGLES"
+ showInNextPrevDropdownToolbarActionKey="showBreakpointIndicationInNextPrevDropdownToolbarAction"
+ showInNextPrevDropdownToolbarAction="true"
+ isGoToNextNavigationTargetKey="isBreakpointIndicationGoToNextNavigationTarget"
+ isGoToNextNavigationTarget="false"
+ isGoToPreviousNavigationTargetKey="isBreakpointIndicationGoToPreviousNavigationTarget"
+ isGoToPreviousNavigationTarget="false">
</specification>
<specification
annotationImageProvider="org.eclipse.debug.internal.ui.InstructionPointerImageProvider"

Back to the top