|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the definitions ids for the text editor actions. These actions are navigation, selection, and modification actions.
Field Summary | |
static String |
CLEAR_MARK
Action definition id of the edit clear mark action. |
static String |
COLUMN_NEXT
Action definition id of the navigate goto next column action. |
static String |
COLUMN_PREVIOUS
Action definition id of the navigate goto previous column action. |
static 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 String |
CONTENT_ASSIST_PROPOSALS
Action definition ID of the edit -> content assist proposal action Value: "org.eclipse.ui.edit.text.contentAssist.proposals" ). |
static String |
CONVERT_LINE_DELIMITERS_TO_MAC
Action definition id of the edit convert to mac line delimiter action. |
static String |
CONVERT_LINE_DELIMITERS_TO_UNIX
Action definition id of the edit convert to unix line delimiter action. |
static String |
CONVERT_LINE_DELIMITERS_TO_WINDOWS
Action definition id of the edit convert to window's line delimiter action. |
static String |
COPY_LINES_DOWN
Action definition id of the copy lines downwards action. |
static String |
COPY_LINES_UP
Action definition id of the copy lines upwards action. |
static String |
CUT_LINE
Action definition id of the edit cut line action. |
static String |
CUT_LINE_TO_BEGINNING
Action definition id of the edit cut line to beginning action. |
static String |
CUT_LINE_TO_END
Action definition id of the edit cut line to end action. |
static String |
DELETE_LINE
Action definition id of the edit delete line action. |
static String |
DELETE_LINE_TO_BEGINNING
Action definition id of the edit delete line to beginning action. |
static String |
DELETE_LINE_TO_END
Action definition id of the edit delete line to end action. |
static String |
DELETE_NEXT
Action definition id of the edit delete next character action. |
static String |
DELETE_NEXT_WORD
Action definition id of the edit delete next word action. |
static String |
DELETE_PREVIOUS
Action definition id of the edit delete previous character action. |
static String |
DELETE_PREVIOUS_WORD
Action definition id of the edit delete previous word action. |
static String |
GOTO_LAST_EDIT_POSITION
Action definition id of go to last edit position action. |
static String |
GOTO_NEXT_ANNOTATION
Action definition id of go to next annotation action. |
static String |
GOTO_PREVIOUS_ANNOTATION
Action definition id of go to previous annotation action. |
static String |
LINE_DOWN
Action definition id of the navigate goto next line action. |
static String |
LINE_END
Action definition id of the navigate goto line end action. |
static String |
LINE_GOTO
Action definition id of the navigate goto line action. |
static String |
LINE_START
Action definition id of the navigate goto line start action. |
static String |
LINE_UP
Action definition id of the navigate goto previous line action. |
static String |
LOWER_CASE
Action definition id of the lower case action. |
static String |
MOVE_LINES_DOWN
Action definition id of the move lines downwards action. |
static String |
MOVE_LINES_UP
Action definition id of the move lines upwards action. |
static String |
PAGE_DOWN
Action definition id of the navigate goto next page action. |
static String |
PAGE_UP
Action definition id of the navigate goto previous page action. |
static String |
SCROLL_LINE_DOWN
Action definition id of the navigate scroll line down action. |
static String |
SCROLL_LINE_UP
Action definition id of the navigate scroll line up action. |
static String |
SELECT_COLUMN_NEXT
Action definition id of the select next column action. |
static String |
SELECT_COLUMN_PREVIOUS
Action definition id of the select previous column action. |
static String |
SELECT_LINE_DOWN
Action definition id of the select line down action. |
static String |
SELECT_LINE_END
Action definition id of the select line end action. |
static String |
SELECT_LINE_START
Action definition id of the select line start action. |
static String |
SELECT_LINE_UP
Action definition id of the select line up action. |
static String |
SELECT_PAGE_DOWN
Action definition id of the select page down action. |
static String |
SELECT_PAGE_UP
Action definition id of the select page up action. |
static String |
SELECT_TEXT_END
Action definition id of the select text end action. |
static String |
SELECT_TEXT_START
Action definition id of the select text start action. |
static String |
SELECT_WINDOW_END
Action definition id of the select window end action. |
static String |
SELECT_WINDOW_START
Action definition id of the select window start action. |
static String |
SELECT_WORD_NEXT
Action definition id of the select next word action. |
static String |
SELECT_WORD_PREVIOUS
Action definition id of the select previous word action. |
static String |
SET_MARK
Action definition id of the edit set mark action. |
static String |
SHIFT_LEFT
Action definition id of the edit shift left action. |
static String |
SHIFT_RIGHT
Action definition id of the edit shift right action. |
static String |
SHOW_RULER_CONTEXT_MENU
Action definition id of the show ruler context menu action. |
static String |
SMART_ENTER
Action definition id of the smart enter action. |
static String |
SMART_ENTER_INVERSE
Action definition id of the smart enter (inverse) action. |
static String |
SWAP_MARK
Action definition id of the edit swap mark action. |
static String |
TEXT_END
Action definition id of the navigate goto text end action. |
static String |
TEXT_START
Action definition id of the navigate goto text start action. |
static String |
TOGGLE_INSERT_MODE
Action definition ID of the edit -> smart insert mode action Value: "org.eclipse.ui.edit.text.toggleInsertMode" ). |
static String |
TOGGLE_OVERWRITE
Action definition id of the toggle input mode action. |
static String |
TOGGLE_SHOW_SELECTED_ELEMENT_ONLY
Action definition id of toggle show selected element only action. |
static String |
UPPER_CASE
Action definition id of the upper case action. |
static String |
WINDOW_END
Action definition id of the navigate goto end of window action. |
static String |
WINDOW_START
Action definition id of the navigate goto start of window action. |
static String |
WORD_NEXT
Action definition id of the navigate goto next word action. |
static 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, REDO, RENAME, REVERT_TO_SAVED, SAVE, SELECT_ALL, UNDO |
Field Detail |
public static final String DELETE_LINE
"org.eclipse.ui.edit.text.delete.line"
public static final String CUT_LINE
"org.eclipse.ui.edit.text.cut.line"
public static final String DELETE_LINE_TO_BEGINNING
"org.eclipse.ui.edit.text.delete.line.to.beginning"
public static final String CUT_LINE_TO_BEGINNING
"org.eclipse.ui.edit.text.cut.line.to.beginning"
public static final String DELETE_LINE_TO_END
"org.eclipse.ui.edit.text.delete.line.to.end"
public static final String CUT_LINE_TO_END
"org.eclipse.ui.edit.text.cut.line.to.end"
public static final String SET_MARK
"org.eclipse.ui.edit.text.set.mark"
public static final String CLEAR_MARK
"org.eclipse.ui.edit.text.clear.mark"
public static final String SWAP_MARK
"org.eclipse.ui.edit.text.swap.mark"
public static final String SMART_ENTER
"org.eclipse.ui.edit.text.smartEnter"
public static final String SMART_ENTER_INVERSE
"org.eclipse.ui.edit.text.smartEnterInverse"
public static final String MOVE_LINES_UP
"org.eclipse.ui.edit.text.moveLineUp"
public static final String MOVE_LINES_DOWN
"org.eclipse.ui.edit.text.moveLineDown"
public static final String COPY_LINES_UP
"org.eclipse.ui.edit.text.copyLineUp"
public static final String COPY_LINES_DOWN
"org.eclipse.ui.edit.text.copyLineDown"
public static final String UPPER_CASE
"org.eclipse.ui.edit.text.upperCase"
public static final String LOWER_CASE
"org.eclipse.ui.edit.text.lowerCase"
public static final String LINE_UP
"org.eclipse.ui.edit.text.goto.lineUp"
public static final String LINE_DOWN
"org.eclipse.ui.edit.text.goto.lineDown"
public static final String LINE_START
"org.eclipse.ui.edit.text.goto.lineStart"
public static final String LINE_END
"org.eclipse.ui.edit.text.goto.lineEnd"
public static final String LINE_GOTO
"org.eclipse.ui.edit.text.goto.line"
public static final String COLUMN_PREVIOUS
"org.eclipse.ui.edit.text.goto.columnPrevious"
public static final String COLUMN_NEXT
"org.eclipse.ui.edit.text.goto.columnNext"
public static final String PAGE_UP
"org.eclipse.ui.edit.text.goto.pageUp"
public static final String PAGE_DOWN
"org.eclipse.ui.edit.text.goto.pageDown"
public static final String WORD_PREVIOUS
"org.eclipse.ui.edit.text.goto.wordPrevious"
public static final String WORD_NEXT
"org.eclipse.ui.edit.text.goto.wordNext"
public static final String TEXT_START
"org.eclipse.ui.edit.text.goto.textStart"
public static final String TEXT_END
"org.eclipse.ui.edit.text.goto.textEnd"
public static final String WINDOW_START
"org.eclipse.ui.edit.text.goto.windowStart"
public static final String WINDOW_END
"org.eclipse.ui.edit.text.goto.windowEnd"
public static final String SCROLL_LINE_UP
"org.eclipse.ui.edit.text.scroll.lineUp"
public static final String SCROLL_LINE_DOWN
"org.eclipse.ui.edit.text.scroll.lineDown"
public static final String SELECT_LINE_UP
"org.eclipse.ui.edit.text.select.lineUp"
public static final String SELECT_LINE_DOWN
"org.eclipse.ui.edit.text.select.lineDown"
public static final String SELECT_LINE_START
"org.eclipse.ui.edit.text.select.lineStart"
public static final String SELECT_LINE_END
"org.eclipse.ui.edit.text.select.lineEnd"
public static final String SELECT_COLUMN_PREVIOUS
"org.eclipse.ui.edit.text.select.columnPrevious"
public static final String SELECT_COLUMN_NEXT
"org.eclipse.ui.edit.text.select.columnNext"
public static final String SELECT_PAGE_UP
"org.eclipse.ui.edit.text.select.pageUp"
public static final String SELECT_PAGE_DOWN
"org.eclipse.ui.edit.text.select.pageDown"
public static final String SELECT_WORD_PREVIOUS
"org.eclipse.ui.edit.text.select.wordPrevious"
public static final String SELECT_WORD_NEXT
"org.eclipse.ui.edit.text.select.wordNext"
public static final String SELECT_TEXT_START
"org.eclipse.ui.edit.text.select.textStart"
public static final String SELECT_TEXT_END
"org.eclipse.ui.edit.text.select.textEnd"
public static final String SELECT_WINDOW_START
"org.eclipse.ui.edit.text.select.windowStart"
public static final String SELECT_WINDOW_END
"org.eclipse.ui.edit.text.select.windowEnd"
public static final String DELETE_PREVIOUS
"org.eclipse.ui.edit.text.deletePrevious"
public static final String DELETE_NEXT
"org.eclipse.ui.edit.text.deleteNext"
public static final String DELETE_PREVIOUS_WORD
"org.eclipse.ui.edit.text.deletePreviousWord"
public static final String DELETE_NEXT_WORD
"org.eclipse.ui.edit.text.deleteNextWord"
public static final String SHIFT_RIGHT
"org.eclipse.ui.edit.text.shiftRight"
public static final String SHIFT_LEFT
"org.eclipse.ui.edit.text.shiftLeft"
public static final String CONVERT_LINE_DELIMITERS_TO_WINDOWS
"org.eclipse.ui.edit.text.convert.lineDelimiters.toWindows"
public static final String CONVERT_LINE_DELIMITERS_TO_UNIX
"org.eclipse.ui.edit.text.convert.lineDelimiters.toUNIX"
public static final String CONVERT_LINE_DELIMITERS_TO_MAC
"org.eclipse.ui.edit.text.convert.lineDelimiters.toMac"
public static final String TOGGLE_OVERWRITE
"org.eclipse.ui.edit.text.toggleOverwrite"
public static final String TOGGLE_SHOW_SELECTED_ELEMENT_ONLY
"org.eclipse.ui.edit.text.toggleShowSelectedElementOnly"
public static final String SHOW_RULER_CONTEXT_MENU
"org.eclipse.ui.edit.text.showRulerContextMenu"
public static final String GOTO_LAST_EDIT_POSITION
"org.eclipse.ui.edit.text.gotoLastEditPosition"
public static final String GOTO_NEXT_ANNOTATION
"org.eclipse.ui.edit.text.gotoNextAnnotation"
public static final String GOTO_PREVIOUS_ANNOTATION
"org.eclipse.ui.edit.text.gotoPreviousAnnotation"
public static final String CONTENT_ASSIST_PROPOSALS
"org.eclipse.ui.edit.text.contentAssist.proposals"
).
public static final String CONTENT_ASSIST_CONTEXT_INFORMATION
"org.eclipse.ui.edit.text.contentAssist.contextInformation"
).
public static final String TOGGLE_INSERT_MODE
"org.eclipse.ui.edit.text.toggleInsertMode"
).
|
Eclipse Platform Release 3.0 |
||||||||||
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, 2004. All rights reserved.