|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextEditorActionDefinitionIds
Defines the definitions ids for the text editor actions. These actions are navigation, selection, and modification actions.
Field Summary | |
---|---|
static java.lang.String |
CHANGE_ENCODING
Value: "org.eclipse.ui.edit.text.changeEncoding" ). |
static java.lang.String |
CLEAR_MARK
Action definition id of the edit clear mark action. |
static java.lang.String |
COLUMN_NEXT
Action definition id of the navigate goto next column action. |
static java.lang.String |
COLUMN_PREVIOUS
Action definition id of the navigate goto previous column action. |
static java.lang.String |
CONTENT_ASSIST_CONTEXT_INFORMATION
Action definition ID of the edit -> content assist context information action Value: "org.eclipse.ui.edit.text.contentAssist.contextInformation" ). |
static java.lang.String |
CONTENT_ASSIST_PROPOSALS
Action definition ID of the edit -> content assist proposal action Value: "org.eclipse.ui.edit.text.contentAssist.proposals" ). |
static java.lang.String |
CONVERT_LINE_DELIMITERS_TO_MAC
Deprecated. since 3.1. No longer supported as editor actions. |
static java.lang.String |
CONVERT_LINE_DELIMITERS_TO_UNIX
Deprecated. since 3.1. No longer supported as editor actions. |
static java.lang.String |
CONVERT_LINE_DELIMITERS_TO_WINDOWS
Deprecated. since 3.1. No longer supported as editor actions. |
static java.lang.String |
COPY_LINES_DOWN
Action definition id of the copy lines downwards action. |
static java.lang.String |
COPY_LINES_UP
Action definition id of the copy lines upwards action. |
static java.lang.String |
CUT_LINE
Action definition id of the edit cut line action. |
static java.lang.String |
CUT_LINE_TO_BEGINNING
Action definition id of the edit cut line to beginning action. |
static java.lang.String |
CUT_LINE_TO_END
Action definition id of the edit cut line to end action. |
static java.lang.String |
DELETE_LINE
Action definition id of the edit delete line action. |
static java.lang.String |
DELETE_LINE_TO_BEGINNING
Action definition id of the edit delete line to beginning action. |
static java.lang.String |
DELETE_LINE_TO_END
Action definition id of the edit delete line to end action. |
static java.lang.String |
DELETE_NEXT
Action definition id of the edit delete next character action. |
static java.lang.String |
DELETE_NEXT_WORD
Action definition id of the edit delete next word action. |
static java.lang.String |
DELETE_PREVIOUS
Action definition id of the edit delete previous character action. |
static java.lang.String |
DELETE_PREVIOUS_WORD
Action definition id of the edit delete previous word action. |
static java.lang.String |
GOTO_LAST_EDIT_POSITION
Action definition id of go to last edit position action. |
static java.lang.String |
GOTO_NEXT_ANNOTATION
Action definition id of go to next annotation action. |
static java.lang.String |
GOTO_PREVIOUS_ANNOTATION
Action definition id of go to previous annotation action. |
static java.lang.String |
HIPPIE_COMPLETION
Action definition ID of the edit -> text complete action Value: "org.eclipse.ui.edit.text.hippieCompletion" ). |
static java.lang.String |
LINE_DOWN
Action definition id of the navigate goto next line action. |
static java.lang.String |
LINE_END
Action definition id of the navigate goto line end action. |
static java.lang.String |
LINE_GOTO
Action definition id of the navigate goto line action. |
static java.lang.String |
LINE_START
Action definition id of the navigate goto line start action. |
static java.lang.String |
LINE_UP
Action definition id of the navigate goto previous line action. |
static java.lang.String |
LINENUMBER_TOGGLE
Command ID of the toggle display of line numbers Value: "org.eclipse.ui.editors.lineNumberToggle" ). |
static java.lang.String |
LOWER_CASE
Action definition id of the lower case action. |
static java.lang.String |
MOVE_LINES_DOWN
Action definition id of the move lines downwards action. |
static java.lang.String |
MOVE_LINES_UP
Action definition id of the move lines upwards action. |
static java.lang.String |
PAGE_DOWN
Action definition id of the navigate goto next page action. |
static java.lang.String |
PAGE_UP
Action definition id of the navigate goto previous page action. |
static java.lang.String |
QUICK_ASSIST
Action definition ID of the edit -> quick assist proposal action Note: The constant contains 'jdt' for historical and compatibility reasons. |
static java.lang.String |
QUICKDIFF_REVERT
Command ID of the revert selection/block action Value: "org.eclipse.ui.editors.quickdiff.revert" ). |
static java.lang.String |
QUICKDIFF_REVERTLINE
Command ID of the revert line action Value: "org.eclipse.ui.editors.quickdiff.revertLine" ). |
static java.lang.String |
QUICKDIFF_TOGGLE
Command ID of the toggle quick diff action. |
static java.lang.String |
SCROLL_LINE_DOWN
Action definition id of the navigate scroll line down action. |
static java.lang.String |
SCROLL_LINE_UP
Action definition id of the navigate scroll line up action. |
static java.lang.String |
SELECT_COLUMN_NEXT
Action definition id of the select next column action. |
static java.lang.String |
SELECT_COLUMN_PREVIOUS
Action definition id of the select previous column action. |
static java.lang.String |
SELECT_LINE_DOWN
Action definition id of the select line down action. |
static java.lang.String |
SELECT_LINE_END
Action definition id of the select line end action. |
static java.lang.String |
SELECT_LINE_START
Action definition id of the select line start action. |
static java.lang.String |
SELECT_LINE_UP
Action definition id of the select line up action. |
static java.lang.String |
SELECT_PAGE_DOWN
Action definition id of the select page down action. |
static java.lang.String |
SELECT_PAGE_UP
Action definition id of the select page up action. |
static java.lang.String |
SELECT_TEXT_END
Action definition id of the select text end action. |
static java.lang.String |
SELECT_TEXT_START
Action definition id of the select text start action. |
static java.lang.String |
SELECT_WINDOW_END
Action definition id of the select window end action. |
static java.lang.String |
SELECT_WINDOW_START
Action definition id of the select window start action. |
static java.lang.String |
SELECT_WORD_NEXT
Action definition id of the select next word action. |
static java.lang.String |
SELECT_WORD_PREVIOUS
Action definition id of the select previous word action. |
static java.lang.String |
SET_MARK
Action definition id of the edit set mark action. |
static java.lang.String |
SHIFT_LEFT
Action definition id of the edit shift left action. |
static java.lang.String |
SHIFT_RIGHT
Action definition id of the edit shift right action. |
static java.lang.String |
SHOW_RULER_CONTEXT_MENU
Action definition id of the show ruler context menu action. |
static java.lang.String |
SMART_ENTER
Action definition id of the smart enter action. |
static java.lang.String |
SMART_ENTER_INVERSE
Action definition id of the smart enter (inverse) action. |
static java.lang.String |
SWAP_MARK
Action definition id of the edit swap mark action. |
static java.lang.String |
TEXT_END
Action definition id of the navigate goto text end action. |
static java.lang.String |
TEXT_START
Action definition id of the navigate goto text start action. |
static java.lang.String |
TOGGLE_INSERT_MODE
Action definition ID of the edit -> smart insert mode action Value: "org.eclipse.ui.edit.text.toggleInsertMode" ). |
static java.lang.String |
TOGGLE_OVERWRITE
Action definition id of the toggle input mode action. |
static java.lang.String |
TOGGLE_SHOW_SELECTED_ELEMENT_ONLY
Action definition id of toggle show selected element only action. |
static java.lang.String |
UPPER_CASE
Action definition id of the upper case action. |
static java.lang.String |
WINDOW_END
Action definition id of the navigate goto end of window action. |
static java.lang.String |
WINDOW_START
Action definition id of the navigate goto start of window action. |
static java.lang.String |
WORD_NEXT
Action definition id of the navigate goto next word action. |
static java.lang.String |
WORD_PREVIOUS
Action definition id of the navigate goto previous word action. |
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 DELETE_LINE
"org.eclipse.ui.edit.text.delete.line"
static final java.lang.String CUT_LINE
"org.eclipse.ui.edit.text.cut.line"
static final java.lang.String DELETE_LINE_TO_BEGINNING
"org.eclipse.ui.edit.text.delete.line.to.beginning"
static final java.lang.String CUT_LINE_TO_BEGINNING
"org.eclipse.ui.edit.text.cut.line.to.beginning"
static final java.lang.String DELETE_LINE_TO_END
"org.eclipse.ui.edit.text.delete.line.to.end"
static final java.lang.String CUT_LINE_TO_END
"org.eclipse.ui.edit.text.cut.line.to.end"
static final java.lang.String SET_MARK
"org.eclipse.ui.edit.text.set.mark"
static final java.lang.String CLEAR_MARK
"org.eclipse.ui.edit.text.clear.mark"
static final java.lang.String SWAP_MARK
"org.eclipse.ui.edit.text.swap.mark"
static final java.lang.String SMART_ENTER
"org.eclipse.ui.edit.text.smartEnter"
static final java.lang.String SMART_ENTER_INVERSE
"org.eclipse.ui.edit.text.smartEnterInverse"
static final java.lang.String MOVE_LINES_UP
"org.eclipse.ui.edit.text.moveLineUp"
static final java.lang.String MOVE_LINES_DOWN
"org.eclipse.ui.edit.text.moveLineDown"
static final java.lang.String COPY_LINES_UP
"org.eclipse.ui.edit.text.copyLineUp"
static final java.lang.String COPY_LINES_DOWN
"org.eclipse.ui.edit.text.copyLineDown"
static final java.lang.String UPPER_CASE
"org.eclipse.ui.edit.text.upperCase"
static final java.lang.String LOWER_CASE
"org.eclipse.ui.edit.text.lowerCase"
static final java.lang.String LINE_UP
"org.eclipse.ui.edit.text.goto.lineUp"
static final java.lang.String LINE_DOWN
"org.eclipse.ui.edit.text.goto.lineDown"
static final java.lang.String LINE_START
"org.eclipse.ui.edit.text.goto.lineStart"
static final java.lang.String LINE_END
"org.eclipse.ui.edit.text.goto.lineEnd"
static final java.lang.String LINE_GOTO
"org.eclipse.ui.edit.text.goto.line"
static final java.lang.String COLUMN_PREVIOUS
"org.eclipse.ui.edit.text.goto.columnPrevious"
static final java.lang.String COLUMN_NEXT
"org.eclipse.ui.edit.text.goto.columnNext"
static final java.lang.String PAGE_UP
"org.eclipse.ui.edit.text.goto.pageUp"
static final java.lang.String PAGE_DOWN
"org.eclipse.ui.edit.text.goto.pageDown"
static final java.lang.String WORD_PREVIOUS
"org.eclipse.ui.edit.text.goto.wordPrevious"
static final java.lang.String WORD_NEXT
"org.eclipse.ui.edit.text.goto.wordNext"
static final java.lang.String TEXT_START
"org.eclipse.ui.edit.text.goto.textStart"
static final java.lang.String TEXT_END
"org.eclipse.ui.edit.text.goto.textEnd"
static final java.lang.String WINDOW_START
"org.eclipse.ui.edit.text.goto.windowStart"
static final java.lang.String WINDOW_END
"org.eclipse.ui.edit.text.goto.windowEnd"
static final java.lang.String SCROLL_LINE_UP
"org.eclipse.ui.edit.text.scroll.lineUp"
static final java.lang.String SCROLL_LINE_DOWN
"org.eclipse.ui.edit.text.scroll.lineDown"
static final java.lang.String SELECT_LINE_UP
"org.eclipse.ui.edit.text.select.lineUp"
static final java.lang.String SELECT_LINE_DOWN
"org.eclipse.ui.edit.text.select.lineDown"
static final java.lang.String SELECT_LINE_START
"org.eclipse.ui.edit.text.select.lineStart"
static final java.lang.String SELECT_LINE_END
"org.eclipse.ui.edit.text.select.lineEnd"
static final java.lang.String SELECT_COLUMN_PREVIOUS
"org.eclipse.ui.edit.text.select.columnPrevious"
static final java.lang.String SELECT_COLUMN_NEXT
"org.eclipse.ui.edit.text.select.columnNext"
static final java.lang.String SELECT_PAGE_UP
"org.eclipse.ui.edit.text.select.pageUp"
static final java.lang.String SELECT_PAGE_DOWN
"org.eclipse.ui.edit.text.select.pageDown"
static final java.lang.String SELECT_WORD_PREVIOUS
"org.eclipse.ui.edit.text.select.wordPrevious"
static final java.lang.String SELECT_WORD_NEXT
"org.eclipse.ui.edit.text.select.wordNext"
static final java.lang.String SELECT_TEXT_START
"org.eclipse.ui.edit.text.select.textStart"
static final java.lang.String SELECT_TEXT_END
"org.eclipse.ui.edit.text.select.textEnd"
static final java.lang.String SELECT_WINDOW_START
"org.eclipse.ui.edit.text.select.windowStart"
static final java.lang.String SELECT_WINDOW_END
"org.eclipse.ui.edit.text.select.windowEnd"
static final java.lang.String DELETE_PREVIOUS
"org.eclipse.ui.edit.text.deletePrevious"
static final java.lang.String DELETE_NEXT
"org.eclipse.ui.edit.text.deleteNext"
static final java.lang.String DELETE_PREVIOUS_WORD
"org.eclipse.ui.edit.text.deletePreviousWord"
static final java.lang.String DELETE_NEXT_WORD
"org.eclipse.ui.edit.text.deleteNextWord"
static final java.lang.String SHIFT_RIGHT
"org.eclipse.ui.edit.text.shiftRight"
static final java.lang.String SHIFT_LEFT
"org.eclipse.ui.edit.text.shiftLeft"
static final java.lang.String CONVERT_LINE_DELIMITERS_TO_WINDOWS
"org.eclipse.ui.edit.text.convert.lineDelimiters.toWindows"
static final java.lang.String CONVERT_LINE_DELIMITERS_TO_UNIX
"org.eclipse.ui.edit.text.convert.lineDelimiters.toUNIX"
static final java.lang.String CONVERT_LINE_DELIMITERS_TO_MAC
"org.eclipse.ui.edit.text.convert.lineDelimiters.toMac"
static final java.lang.String TOGGLE_OVERWRITE
"org.eclipse.ui.edit.text.toggleOverwrite"
static final java.lang.String TOGGLE_SHOW_SELECTED_ELEMENT_ONLY
"org.eclipse.ui.edit.text.toggleShowSelectedElementOnly"
static final java.lang.String SHOW_RULER_CONTEXT_MENU
"org.eclipse.ui.edit.text.showRulerContextMenu"
static final java.lang.String GOTO_LAST_EDIT_POSITION
"org.eclipse.ui.edit.text.gotoLastEditPosition"
static final java.lang.String GOTO_NEXT_ANNOTATION
"org.eclipse.ui.edit.text.gotoNextAnnotation"
static final java.lang.String GOTO_PREVIOUS_ANNOTATION
"org.eclipse.ui.edit.text.gotoPreviousAnnotation"
static final java.lang.String CONTENT_ASSIST_PROPOSALS
"org.eclipse.ui.edit.text.contentAssist.proposals"
).
Note: Since 3.2 the command is defined in org.eclipse.ui
and
its ID can also be accessed using ContentAssistCommandAdapter.CONTENT_PROPOSAL_COMMAND
.
static final java.lang.String CONTENT_ASSIST_CONTEXT_INFORMATION
"org.eclipse.ui.edit.text.contentAssist.contextInformation"
).
static final java.lang.String QUICK_ASSIST
Note: The constant contains 'jdt' for historical and compatibility reasons.
(value"org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals"
).
static final java.lang.String TOGGLE_INSERT_MODE
"org.eclipse.ui.edit.text.toggleInsertMode"
).
static final java.lang.String CHANGE_ENCODING
"org.eclipse.ui.edit.text.changeEncoding"
).
static final java.lang.String QUICKDIFF_REVERTLINE
"org.eclipse.ui.editors.quickdiff.revertLine"
).
static final java.lang.String QUICKDIFF_REVERT
"org.eclipse.ui.editors.quickdiff.revert"
).
static final java.lang.String QUICKDIFF_TOGGLE
"org.eclipse.quickdiff.toggle"
).
static final java.lang.String LINENUMBER_TOGGLE
"org.eclipse.ui.editors.lineNumberToggle"
).
static final java.lang.String HIPPIE_COMPLETION
"org.eclipse.ui.edit.text.hippieCompletion"
).
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.