mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Typos
Change-Id: I4b6eab2359c0b96daf905357eac17a4f38867fc6 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
92b1a90def
commit
157bba8839
2 changed files with 5 additions and 5 deletions
|
@ -38,13 +38,13 @@ import org.eclipse.ui.texteditor.ITextEditor;
|
|||
import org.eclipse.ui.texteditor.IUpdate;
|
||||
|
||||
/**
|
||||
* Action to interactively create a breakpoint from vertical ruler of a
|
||||
* Action to interactively create a breakpoint from the vertical ruler of a
|
||||
* workbench part containing a document. The part must provide an
|
||||
* <code>IToggleBreakpointsTargetExtension2</code> adapter.
|
||||
* <p>
|
||||
* Clients may instantiate this class.
|
||||
* </p>
|
||||
* @since 3.8
|
||||
* @since 7.2
|
||||
* @see org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate
|
||||
*/
|
||||
public class CAddBreakpointInteractiveRulerAction extends Action implements IUpdate {
|
||||
|
|
|
@ -22,11 +22,11 @@ import org.eclipse.ui.texteditor.ITextEditor;
|
|||
* Creates a breakpoint interactively, that is with user input as well as context
|
||||
* information gathered from editor location. This action delegate can be
|
||||
* contributed to an editor with the <code>editorActions</code> extension point.
|
||||
* This action is as a factory that creates another action that performs the
|
||||
* This action is a factory that creates another action that performs the
|
||||
* actual breakpoint toggling. The created action acts on the editor's
|
||||
* <code>IToggleBreakpointsTagretCExtension</code> to create the breakpoint.
|
||||
* <code>IToggleBreakpointsTargetCExtension</code> to create the breakpoint.
|
||||
* <p>
|
||||
* This action should be be contributed to a vertical ruler context menu via the
|
||||
* This action should be contributed to a vertical ruler context menu via the
|
||||
* <code>popupMenus</code> extension point, by referencing the ruler's context
|
||||
* menu identifier in the <code>targetID</code> attribute.
|
||||
* <pre>
|
||||
|
|
Loading…
Add table
Reference in a new issue