1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Added icon to the 'Add/Remove Breakpoint' action for functions and methods.

This commit is contained in:
Mikhail Khodjaiants 2003-04-14 19:19:34 +00:00
parent 84e05003e6
commit 5eb714f36f
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2003-04-14 Mikhail Khodjaiants
Added icon to the 'Add/Remove Breakpoint' action for functions and methods.
* plugin.xml
2003-04-14 Mikhail Khodjaiants
Commented default format preferences.
* CDebugPreferencePage.java

View file

@ -864,6 +864,7 @@
id="org.eclipse.cdt.debug.ui.FunctionBreakpointActions">
<action
label="%ManageFunctionBreakpointAction.label"
icon="icons/full/obj16/funbrkp_obj.gif"
helpContextId="manage_function_breakpoint_action_context"
tooltip="%ManageFunctionBreakpointAction.tooltip"
class="org.eclipse.cdt.debug.internal.ui.actions.ManageFunctionBreakpointActionDelegate"
@ -904,8 +905,8 @@
</action>
<action
style="toggle"
id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
toolbarPath="renderGroup"
id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
hoverIcon="icons/full/clcl16/show_paths.gif"
class="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
disabledIcon="icons/full/dlcl16/show_paths.gif"
@ -964,8 +965,8 @@
id="org.eclipse.cdt.debug.ui.breakpointview.toolbar">
<action
style="toggle"
id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
toolbarPath="renderGroup"
id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
hoverIcon="icons/full/clcl16/show_paths.gif"
class="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
disabledIcon="icons/full/dlcl16/show_paths.gif"
@ -1008,8 +1009,8 @@
id="org.eclipse.debug.ui.sharedLibrariesView.toolbar">
<action
style="toggle"
id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
toolbarPath="renderGroup"
id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
hoverIcon="icons/full/clcl16/show_paths.gif"
class="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
disabledIcon="icons/full/dlcl16/show_paths.gif"