org.eclipse.cdt.internal.ui.editor
Interface ICEditorActionDefinitionIds

All Superinterfaces:
org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds, org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds

public interface ICEditorActionDefinitionIds
extends org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds

Defines the definition IDs for the C editor actions.

This interface is not intended to be implemented or extended.

.

Since:
2.1

Field Summary
static java.lang.String ADD_BLOCK_COMMENT
          Action definition ID of the source -> add block comment action (value "org.eclipse.cdt.ui.edit.text.c.add.block.comment").
static java.lang.String ADD_INCLUDE
          Action definition ID of the source -> add include action (value "org.eclipse.cdt.ui.edit.text.c.add.include").
static java.lang.String FIND_DECL
          Action definition ID of the find declarations in workspace action (value "org.eclipse.cdt.ui.search.finddecl").
static java.lang.String FIND_REFS
          Action definition ID of the find references in workspace action (value "org.eclipse.cdt.ui.search.findrefs").
static java.lang.String FORMAT
          Action definition ID of the source -> format action (value "org.eclipse.cdt.ui.edit.text.c.format").
static java.lang.String GOTO_MATCHING_BRACKET
          Action definition ID of the edit -> go to matching bracket action (value "org.eclipse.cdt.ui.edit.text.c.goto.matching.bracket").
static java.lang.String GOTO_NEXT_MEMBER
          Action definition ID for go to next c member.
static java.lang.String GOTO_PREVIOUS_MEMBER
          Action definition ID for go to previous c member.
static java.lang.String INDENT
          Action definition ID of the source -> indent action (value "org.eclipse.cdt.ui.edit.text.c.indent").
static java.lang.String JOIN_LINES
          Action definition ID of the source -> join lines action (value "org.eclipse.cdt.ui.edit.text.c.join.lines").
static java.lang.String OPEN_CALL_HIERARCHY
          Action definition ID for opening the call hierarchy.
static java.lang.String OPEN_CVIEW
          Action definition ID of the show in C/C++ Projects View action (value "org.eclipse.cdt.ui.edit.opencview").
static java.lang.String OPEN_DECL
          Action definition ID of the open declaration action (value "org.eclipse.cdt.ui.edit.opendecl").
static java.lang.String OPEN_DEF
          Deprecated. see bug 167162
static java.lang.String OPEN_EDITOR
          Action definition ID of the navigate -> open action (value "org.eclipse.cdt.ui.edit.text.c.open.editor").
static java.lang.String OPEN_INCLUDE_BROWSER
          Action definition ID for opening the include browser.
static java.lang.String OPEN_OUTLINE
          Action definition ID of the open quick outline.
static java.lang.String OPEN_QUICK_TYPE_HIERARCHY
          Action definition ID of the navigate -> open type hierarchy action (value "org.eclipse.cdt.ui.edit.text.c.open.quick.type.hierarchy").
static java.lang.String OPEN_TYPE_HIERARCHY
          Action definition ID of the navigate -> open type hierarchy action (value "org.eclipse.cdt.ui.edit.text.c.open.type.hierarchy").
static java.lang.String REDO_ACTION
          Action definition ID of the refactor -> redo action (value "org.eclipse.cdt.ui.edit.text.redo.action").
static java.lang.String REMOVE_BLOCK_COMMENT
          Action definition ID of the source -> remove block comment action (value "org.eclipse.cdt.ui.edit.text.c.remove.block.comment").
static java.lang.String RENAME_ELEMENT
          Action definition ID of the refactor -> rename element action (value "org.eclipse.cdt.ui.edit.text.rename.element").
static java.lang.String TOGGLE_COMMENT
          Action definition ID of the source -> toggle comment action (value "org.eclipse.cdt.ui.edit.text.c.toggle.comment").
static java.lang.String TOGGLE_SOURCE_HEADER
          Action definition ID for toggle source/header action.
static java.lang.String UNDO_ACTION
          Action definition ID of the refactor -> undo action (value "org.eclipse.cdt.ui.edit.text.undo.action").
 
Fields inherited from interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
CHANGE_ENCODING, CLEAR_MARK, COLUMN_NEXT, COLUMN_PREVIOUS, CONTENT_ASSIST_CONTEXT_INFORMATION, CONTENT_ASSIST_PROPOSALS, CONVERT_LINE_DELIMITERS_TO_MAC, CONVERT_LINE_DELIMITERS_TO_UNIX, CONVERT_LINE_DELIMITERS_TO_WINDOWS, COPY_LINES_DOWN, COPY_LINES_UP, CUT_LINE, CUT_LINE_TO_BEGINNING, CUT_LINE_TO_END, DELETE_LINE, DELETE_LINE_TO_BEGINNING, DELETE_LINE_TO_END, DELETE_NEXT, DELETE_NEXT_WORD, DELETE_PREVIOUS, DELETE_PREVIOUS_WORD, GOTO_LAST_EDIT_POSITION, GOTO_NEXT_ANNOTATION, GOTO_PREVIOUS_ANNOTATION, HIPPIE_COMPLETION, LINE_DOWN, LINE_END, LINE_GOTO, LINE_START, LINE_UP, LINENUMBER_TOGGLE, LOWER_CASE, MOVE_LINES_DOWN, MOVE_LINES_UP, PAGE_DOWN, PAGE_UP, QUICK_ASSIST, QUICKDIFF_REVERT, QUICKDIFF_REVERTLINE, QUICKDIFF_TOGGLE, SCROLL_LINE_DOWN, SCROLL_LINE_UP, SELECT_COLUMN_NEXT, SELECT_COLUMN_PREVIOUS, SELECT_LINE_DOWN, SELECT_LINE_END, SELECT_LINE_START, SELECT_LINE_UP, SELECT_PAGE_DOWN, SELECT_PAGE_UP, SELECT_TEXT_END, SELECT_TEXT_START, SELECT_WINDOW_END, SELECT_WINDOW_START, SELECT_WORD_NEXT, SELECT_WORD_PREVIOUS, SET_MARK, SHIFT_LEFT, SHIFT_RIGHT, SHOW_RULER_CONTEXT_MENU, SMART_ENTER, SMART_ENTER_INVERSE, SWAP_MARK, TEXT_END, TEXT_START, TOGGLE_INSERT_MODE, TOGGLE_OVERWRITE, TOGGLE_SHOW_SELECTED_ELEMENT_ONLY, UPPER_CASE, WINDOW_END, WINDOW_START, WORD_NEXT, WORD_PREVIOUS
 
Fields inherited from interface org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds
ADD_BOOKMARK, ADD_TASK, COPY, CUT, DELETE, FIND_INCREMENTAL, FIND_INCREMENTAL_REVERSE, FIND_NEXT, FIND_PREVIOUS, FIND_REPLACE, MOVE, PASTE, PRINT, PROPERTIES, REDO, RENAME, REVERT_TO_SAVED, SAVE, SELECT_ALL, UNDO
 

Field Detail

TOGGLE_COMMENT

static final java.lang.String TOGGLE_COMMENT
Action definition ID of the source -> toggle comment action (value "org.eclipse.cdt.ui.edit.text.c.toggle.comment").

Since:
4.0.0
See Also:
Constant Field Values

ADD_BLOCK_COMMENT

static final java.lang.String ADD_BLOCK_COMMENT
Action definition ID of the source -> add block comment action (value "org.eclipse.cdt.ui.edit.text.c.add.block.comment").

Since:
3.0
See Also:
Constant Field Values

REMOVE_BLOCK_COMMENT

static final java.lang.String REMOVE_BLOCK_COMMENT
Action definition ID of the source -> remove block comment action (value "org.eclipse.cdt.ui.edit.text.c.remove.block.comment").

Since:
3.0
See Also:
Constant Field Values

JOIN_LINES

static final java.lang.String JOIN_LINES
Action definition ID of the source -> join lines action (value "org.eclipse.cdt.ui.edit.text.c.join.lines").

Since:
3.0.2
See Also:
Constant Field Values

INDENT

static final java.lang.String INDENT
Action definition ID of the source -> indent action (value "org.eclipse.cdt.ui.edit.text.c.indent").

See Also:
Constant Field Values

FORMAT

static final java.lang.String FORMAT
Action definition ID of the source -> format action (value "org.eclipse.cdt.ui.edit.text.c.format").

See Also:
Constant Field Values

ADD_INCLUDE

static final java.lang.String ADD_INCLUDE
Action definition ID of the source -> add include action (value "org.eclipse.cdt.ui.edit.text.c.add.include").

See Also:
Constant Field Values

OPEN_DECL

static final java.lang.String OPEN_DECL
Action definition ID of the open declaration action (value "org.eclipse.cdt.ui.edit.opendecl").

See Also:
Constant Field Values

OPEN_DEF

static final java.lang.String OPEN_DEF
Deprecated. see bug 167162
Action definition ID of the open definition action (value "org.eclipse.cdt.ui.edit.opendef").

See Also:
Constant Field Values

OPEN_CVIEW

static final java.lang.String OPEN_CVIEW
Action definition ID of the show in C/C++ Projects View action (value "org.eclipse.cdt.ui.edit.opencview").

See Also:
Constant Field Values

RENAME_ELEMENT

static final java.lang.String RENAME_ELEMENT
Action definition ID of the refactor -> rename element action (value "org.eclipse.cdt.ui.edit.text.rename.element").

See Also:
Constant Field Values

UNDO_ACTION

static final java.lang.String UNDO_ACTION
Action definition ID of the refactor -> undo action (value "org.eclipse.cdt.ui.edit.text.undo.action").

See Also:
Constant Field Values

REDO_ACTION

static final java.lang.String REDO_ACTION
Action definition ID of the refactor -> redo action (value "org.eclipse.cdt.ui.edit.text.redo.action").

See Also:
Constant Field Values

FIND_REFS

static final java.lang.String FIND_REFS
Action definition ID of the find references in workspace action (value "org.eclipse.cdt.ui.search.findrefs").

See Also:
Constant Field Values

FIND_DECL

static final java.lang.String FIND_DECL
Action definition ID of the find declarations in workspace action (value "org.eclipse.cdt.ui.search.finddecl").

See Also:
Constant Field Values

OPEN_TYPE_HIERARCHY

static final java.lang.String OPEN_TYPE_HIERARCHY
Action definition ID of the navigate -> open type hierarchy action (value "org.eclipse.cdt.ui.edit.text.c.open.type.hierarchy").

See Also:
Constant Field Values

OPEN_QUICK_TYPE_HIERARCHY

static final java.lang.String OPEN_QUICK_TYPE_HIERARCHY
Action definition ID of the navigate -> open type hierarchy action (value "org.eclipse.cdt.ui.edit.text.c.open.quick.type.hierarchy").

See Also:
Constant Field Values

OPEN_EDITOR

static final java.lang.String OPEN_EDITOR
Action definition ID of the navigate -> open action (value "org.eclipse.cdt.ui.edit.text.c.open.editor").

See Also:
Constant Field Values

OPEN_OUTLINE

static final java.lang.String OPEN_OUTLINE
Action definition ID of the open quick outline. (value "org.eclipse.cdt.ui.edit.open.outline").

See Also:
Constant Field Values

OPEN_CALL_HIERARCHY

static final java.lang.String OPEN_CALL_HIERARCHY
Action definition ID for opening the call hierarchy. (value "org.eclipse.cdt.ui.edit.open.call.hierarchy").

See Also:
Constant Field Values

OPEN_INCLUDE_BROWSER

static final java.lang.String OPEN_INCLUDE_BROWSER
Action definition ID for opening the include browser. (value "org.eclipse.cdt.ui.edit.open.include.browser").

See Also:
Constant Field Values

GOTO_NEXT_MEMBER

static final java.lang.String GOTO_NEXT_MEMBER
Action definition ID for go to next c member. (value "org.eclipse.cdt.ui.edit.text.c.goto.next.memeber")

See Also:
Constant Field Values

GOTO_PREVIOUS_MEMBER

static final java.lang.String GOTO_PREVIOUS_MEMBER
Action definition ID for go to previous c member. (value "org.eclipse.cdt.ui.edit.text.c.goto.prev.memeber")

See Also:
Constant Field Values

GOTO_MATCHING_BRACKET

static final java.lang.String GOTO_MATCHING_BRACKET
Action definition ID of the edit -> go to matching bracket action (value "org.eclipse.cdt.ui.edit.text.c.goto.matching.bracket").

Since:
3.0
See Also:
Constant Field Values

TOGGLE_SOURCE_HEADER

static final java.lang.String TOGGLE_SOURCE_HEADER
Action definition ID for toggle source/header action. (value "org.eclipse.cdt.ui.edit.text.c.toggle.source.header")

Since:
4.0
See Also:
Constant Field Values