<
extension
point
=
"org.eclipse.ui.editorActions"
>
<
editorContribution
targetID
=
"org.eclipse.jdt.ui.CompilationUnitEditor"
id
=
"org.eclipse.jdt.debug.CompilationUnitEditor.BreakpointRulerActions"
>
<
action
label
=
"%AddBreakpoint.label"
class
=
"org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate"
actionID
=
"RulerDoubleClick"
id
=
"org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction"
>
</
action
>
</
editorContribution
>
<
editorContribution
targetID
=
"org.eclipse.jdt.ui.ClassFileEditor"
id
=
"org.eclipse.jdt.debug.ClassFileEditor.BreakpointRulerActions"
>
<
action
label
=
"%AddBreakpoint.label"
class
=
"org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate"
actionID
=
"RulerDoubleClick"
id
=
"org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction"
>
</
action
>
</
editorContribution
>
<
editorContribution
targetID
=
"org.eclipse.jdt.debug.ui.SnippetEditor"
id
=
"org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions"
>
<
action
toolbarPath
=
"evaluationGroup"
id
=
"org.eclipse.jdt.debug.ui.SnippetExecute"
hoverIcon
=
"$nl$/icons/full/etool16/run_sbook.gif"
class
=
"org.eclipse.jdt.internal.debug.ui.actions.ExecuteAction"
disabledIcon
=
"$nl$/icons/full/dtool16/run_sbook.gif"
enablesFor
=
"+"
icon
=
"$nl$/icons/full/etool16/run_sbook.gif"
helpContextId
=
"execute_action_context"
label
=
"%Execute.label"
tooltip
=
"%Execute.tooltip"
>
<
selection
class
=
"org.eclipse.jface.text.ITextSelection"
>
</
selection
>
</
action
>
<
action
toolbarPath
=
"evaluationGroup"
id
=
"org.eclipse.jdt.debug.ui.SnippetDisplay"
hoverIcon
=
"$nl$/icons/full/etool16/disp_sbook.gif"
class
=
"org.eclipse.jdt.internal.debug.ui.actions.PopupDisplayAction"
disabledIcon
=
"$nl$/icons/full/dtool16/disp_sbook.gif"
enablesFor
=
"+"
icon
=
"$nl$/icons/full/etool16/disp_sbook.gif"
helpContextId
=
"display_action_context"
label
=
"%Display.label"
tooltip
=
"%Display.tooltip"
>
<
selection
class
=
"org.eclipse.jface.text.ITextSelection"
>
</
selection
>
</
action
>
<
action
toolbarPath
=
"evaluationGroup"
id
=
"org.eclipse.jdt.debug.ui.SnippetInspect"
hoverIcon
=
"$nl$/icons/full/etool16/insp_sbook.gif"
class
=
"org.eclipse.jdt.internal.debug.ui.actions.PopupInspectAction"
disabledIcon
=
"$nl$/icons/full/dtool16/insp_sbook.gif"
enablesFor
=
"+"
icon
=
"$nl$/icons/full/etool16/insp_sbook.gif"
helpContextId
=
"inspect_action_context"
label
=
"%Inspect.label"
tooltip
=
"%Inspect.tooltip"
>
<
selection
class
=
"org.eclipse.jface.text.ITextSelection"
>
</
selection
>
</
action
>
</
editorContribution
>
</
extension
>