|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICEditorActionDefinitionIds
Defines the definition IDs for the C editor actions.
This interface is not intended to be implemented or extended.
.
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 |
---|
static final java.lang.String TOGGLE_COMMENT
"org.eclipse.cdt.ui.edit.text.c.toggle.comment"
).
static final java.lang.String ADD_BLOCK_COMMENT
"org.eclipse.cdt.ui.edit.text.c.add.block.comment"
).
static final java.lang.String REMOVE_BLOCK_COMMENT
"org.eclipse.cdt.ui.edit.text.c.remove.block.comment"
).
static final java.lang.String JOIN_LINES
"org.eclipse.cdt.ui.edit.text.c.join.lines"
).
static final java.lang.String INDENT
"org.eclipse.cdt.ui.edit.text.c.indent"
).
static final java.lang.String FORMAT
"org.eclipse.cdt.ui.edit.text.c.format"
).
static final java.lang.String ADD_INCLUDE
"org.eclipse.cdt.ui.edit.text.c.add.include"
).
static final java.lang.String OPEN_DECL
"org.eclipse.cdt.ui.edit.opendecl"
).
static final java.lang.String OPEN_DEF
"org.eclipse.cdt.ui.edit.opendef"
).
static final java.lang.String OPEN_CVIEW
"org.eclipse.cdt.ui.edit.opencview"
).
static final java.lang.String RENAME_ELEMENT
"org.eclipse.cdt.ui.edit.text.rename.element"
).
static final java.lang.String UNDO_ACTION
"org.eclipse.cdt.ui.edit.text.undo.action"
).
static final java.lang.String REDO_ACTION
"org.eclipse.cdt.ui.edit.text.redo.action"
).
static final java.lang.String FIND_REFS
"org.eclipse.cdt.ui.search.findrefs"
).
static final java.lang.String FIND_DECL
"org.eclipse.cdt.ui.search.finddecl"
).
static final java.lang.String OPEN_TYPE_HIERARCHY
"org.eclipse.cdt.ui.edit.text.c.open.type.hierarchy"
).
static final java.lang.String OPEN_QUICK_TYPE_HIERARCHY
"org.eclipse.cdt.ui.edit.text.c.open.quick.type.hierarchy"
).
static final java.lang.String OPEN_EDITOR
"org.eclipse.cdt.ui.edit.text.c.open.editor"
).
static final java.lang.String OPEN_OUTLINE
"org.eclipse.cdt.ui.edit.open.outline"
).
static final java.lang.String OPEN_CALL_HIERARCHY
"org.eclipse.cdt.ui.edit.open.call.hierarchy"
).
static final java.lang.String OPEN_INCLUDE_BROWSER
"org.eclipse.cdt.ui.edit.open.include.browser"
).
static final java.lang.String GOTO_NEXT_MEMBER
"org.eclipse.cdt.ui.edit.text.c.goto.next.memeber"
)
static final java.lang.String GOTO_PREVIOUS_MEMBER
"org.eclipse.cdt.ui.edit.text.c.goto.prev.memeber"
)
static final java.lang.String GOTO_MATCHING_BRACKET
"org.eclipse.cdt.ui.edit.text.c.goto.matching.bracket"
).
static final java.lang.String TOGGLE_SOURCE_HEADER
"org.eclipse.cdt.ui.edit.text.c.toggle.source.header"
)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |