mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Moved the 'AddAddressBreakpointActionDelegate' action to the 'org.eclipse.cdt.debug.internal.ui.actions' package.
This commit is contained in:
parent
6e61fb28d8
commit
65f3447d5a
3 changed files with 10 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
|||
2003-10-22 Mikhail Khodjaiants
|
||||
Moved the 'AddAddressBreakpointActionDelegate' action
|
||||
to the 'org.eclipse.cdt.debug.internal.ui.actions' package.
|
||||
* AddAddressBreakpointActionDelegate.java
|
||||
* plugin.xml
|
||||
|
||||
2003-10-16 Mikhail Khodjaiants
|
||||
Cleanup.
|
||||
* CUISourceLocator.java
|
||||
|
|
|
@ -221,10 +221,10 @@
|
|||
label="%AddAddressBreakpointAction.label"
|
||||
icon="icons/full/obj16/addrbrkp_obj.gif"
|
||||
helpContextId="add_address_breakpoint_action_context"
|
||||
class="org.eclipse.cdt.debug.internal.ui.AddAddressBreakpointActionDelegate"
|
||||
class="org.eclipse.cdt.debug.internal.ui.actions.AddAddressBreakpointActionDelegate"
|
||||
menubarPath="org.eclipse.ui.run/cBreakpointGroup"
|
||||
enablesFor="1"
|
||||
id="org.eclipse.cdt.debug.internal.ui.AddAddressBreakpointActionDelegate">
|
||||
id="org.eclipse.cdt.debug.internal.ui.actions.AddAddressBreakpointActionDelegate">
|
||||
<enablement>
|
||||
<pluginState
|
||||
value="activated"
|
||||
|
@ -1188,7 +1188,7 @@
|
|||
id="org.eclipse.cdt.debug.internal.ui.actions.AddGlobalsActionDelegate">
|
||||
</action>
|
||||
<action
|
||||
id="org.eclipse.cdt.debug.internal.ui.AddAddressBreakpointActionDelegate">
|
||||
id="org.eclipse.cdt.debug.internal.ui.actions.AddAddressBreakpointActionDelegate">
|
||||
</action>
|
||||
<action
|
||||
id="org.eclipse.cdt.debug.internal.ui.actions.JumpToLineActionDelegate">
|
||||
|
|
|
@ -3,11 +3,10 @@
|
|||
* All Rights Reserved.
|
||||
*
|
||||
*/
|
||||
package org.eclipse.cdt.debug.internal.ui;
|
||||
package org.eclipse.cdt.debug.internal.ui.actions;
|
||||
|
||||
import org.eclipse.cdt.debug.core.CDebugModel;
|
||||
import org.eclipse.cdt.debug.core.model.IExecFileInfo;
|
||||
import org.eclipse.cdt.debug.internal.ui.actions.AbstractListenerActionDelegate;
|
||||
import org.eclipse.debug.core.DebugException;
|
||||
import org.eclipse.debug.core.model.IDebugElement;
|
||||
import org.eclipse.debug.core.model.IDebugTarget;
|
Loading…
Add table
Reference in a new issue