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:
parent
84e05003e6
commit
5eb714f36f
2 changed files with 8 additions and 3 deletions
|
@ -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
|
2003-04-14 Mikhail Khodjaiants
|
||||||
Commented default format preferences.
|
Commented default format preferences.
|
||||||
* CDebugPreferencePage.java
|
* CDebugPreferencePage.java
|
||||||
|
|
|
@ -864,6 +864,7 @@
|
||||||
id="org.eclipse.cdt.debug.ui.FunctionBreakpointActions">
|
id="org.eclipse.cdt.debug.ui.FunctionBreakpointActions">
|
||||||
<action
|
<action
|
||||||
label="%ManageFunctionBreakpointAction.label"
|
label="%ManageFunctionBreakpointAction.label"
|
||||||
|
icon="icons/full/obj16/funbrkp_obj.gif"
|
||||||
helpContextId="manage_function_breakpoint_action_context"
|
helpContextId="manage_function_breakpoint_action_context"
|
||||||
tooltip="%ManageFunctionBreakpointAction.tooltip"
|
tooltip="%ManageFunctionBreakpointAction.tooltip"
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.ManageFunctionBreakpointActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.ManageFunctionBreakpointActionDelegate"
|
||||||
|
@ -904,8 +905,8 @@
|
||||||
</action>
|
</action>
|
||||||
<action
|
<action
|
||||||
style="toggle"
|
style="toggle"
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
|
|
||||||
toolbarPath="renderGroup"
|
toolbarPath="renderGroup"
|
||||||
|
id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
|
||||||
hoverIcon="icons/full/clcl16/show_paths.gif"
|
hoverIcon="icons/full/clcl16/show_paths.gif"
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
|
class="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
|
||||||
disabledIcon="icons/full/dlcl16/show_paths.gif"
|
disabledIcon="icons/full/dlcl16/show_paths.gif"
|
||||||
|
@ -964,8 +965,8 @@
|
||||||
id="org.eclipse.cdt.debug.ui.breakpointview.toolbar">
|
id="org.eclipse.cdt.debug.ui.breakpointview.toolbar">
|
||||||
<action
|
<action
|
||||||
style="toggle"
|
style="toggle"
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
|
|
||||||
toolbarPath="renderGroup"
|
toolbarPath="renderGroup"
|
||||||
|
id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
|
||||||
hoverIcon="icons/full/clcl16/show_paths.gif"
|
hoverIcon="icons/full/clcl16/show_paths.gif"
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
|
class="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
|
||||||
disabledIcon="icons/full/dlcl16/show_paths.gif"
|
disabledIcon="icons/full/dlcl16/show_paths.gif"
|
||||||
|
@ -1008,8 +1009,8 @@
|
||||||
id="org.eclipse.debug.ui.sharedLibrariesView.toolbar">
|
id="org.eclipse.debug.ui.sharedLibrariesView.toolbar">
|
||||||
<action
|
<action
|
||||||
style="toggle"
|
style="toggle"
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
|
|
||||||
toolbarPath="renderGroup"
|
toolbarPath="renderGroup"
|
||||||
|
id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
|
||||||
hoverIcon="icons/full/clcl16/show_paths.gif"
|
hoverIcon="icons/full/clcl16/show_paths.gif"
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
|
class="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"
|
||||||
disabledIcon="icons/full/dlcl16/show_paths.gif"
|
disabledIcon="icons/full/dlcl16/show_paths.gif"
|
||||||
|
|
Loading…
Add table
Reference in a new issue