|
Eclipse Platform 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the names of those actions which are preregistered with the
AbstractTextEditor. RULER_DOUBLE_CLICK defines
the action which is registered as being executed when the editor's
ruler has been double clicked. This interface extends the set of names
available from IWorkbenchActionConstants. It also defines the
names of the menu groups in a text editor's context menu.
| Field Summary | |
static String |
CLEAR_MARK
Name of the action to set the mark. |
static String |
CONVERT_LINE_DELIMITERS_TO_MAC
Name of the action to convert line delimiters to MAC. |
static String |
CONVERT_LINE_DELIMITERS_TO_UNIX
Name of the action to convert line delimiters to UNIX. |
static String |
CONVERT_LINE_DELIMITERS_TO_WINDOWS
Name of the action to convert line delimiters to Windows. |
static String |
CUT_LINE
Name of the action to cut the current line. |
static String |
CUT_LINE_TO_BEGINNING
Name of the action to cut line to beginning. |
static String |
CUT_LINE_TO_END
Name of the action to cut line to end. |
static String |
DELETE_LINE
Name of the action to delete the current line. |
static String |
DELETE_LINE_TO_BEGINNING
Name of the action to delete line to beginning. |
static String |
DELETE_LINE_TO_END
Name of the action to delete line to end. |
static String |
FIND_INCREMENTAL
Name of the action to incremental find. |
static String |
FIND_INCREMENTAL_REVERSE
Name of the action to incremental find reverse. |
static String |
FIND_NEXT
Name of the action to find next. |
static String |
FIND_PREVIOUS
Name of the action to find previous. |
static String |
GOTO_LINE
Name of the action to jump to a certain text line. |
static String |
GROUP_COPY
Context menu group for copy/paste related actions. |
static String |
GROUP_EDIT
Context menu group for text manipulation actions. |
static String |
GROUP_FIND
Context menu group for find/replace related actions. |
static String |
GROUP_PRINT
Context menu group for print related actions. |
static String |
GROUP_REST
Context menu group for actions which do not fit in one of the other categories. |
static String |
GROUP_SAVE
Context menu group for save related actions. |
static String |
GROUP_UNDO
Context menu group for undo/redo related actions. |
static String |
REVERT_TO_SAVED
Name of the action for re-establishing the state after the most recent save operation. |
static String |
RULER_CLICK
Name of the ruler action performed when clicking the editor's vertical ruler. |
static String |
RULER_DOUBLE_CLICK
Name of the ruler action performed when double clicking the editor's vertical ruler. |
static String |
RULER_MANAGE_BOOKMARKS
Name of the ruler action to manage bookmarks. |
static String |
RULER_MANAGE_TASKS
Name of the ruler action to manage tasks. |
static String |
SET_MARK
Name of the action to set the mark. |
static String |
SHIFT_LEFT
Name of the action for shifting text blocks to the left. |
static String |
SHIFT_RIGHT
Name of the action for shifting text blocks to the right. |
static String |
STATUS_CATEGORY_ELEMENT_STATE
Status line category "element state". |
static String |
STATUS_CATEGORY_INPUT_MODE
Status line category "input mode". |
static String |
STATUS_CATEGORY_INPUT_POSITION
Status line category "input position". |
static String |
SWAP_MARK
Name of the action to swap the mark with the cursor position. |
| Field Detail |
public static final String GROUP_UNDO
"group.undo"
public static final String GROUP_COPY
"group.copy"
public static final String GROUP_EDIT
"group.edit"
public static final String GROUP_PRINT
"group.print"
public static final String GROUP_FIND
"group.find"
public static final String GROUP_SAVE
"group.save"
public static final String GROUP_REST
"group.rest"
public static final String SHIFT_RIGHT
"ShiftRight"
public static final String SHIFT_LEFT
"ShiftLeft"
public static final String REVERT_TO_SAVED
"IWorkbenchActionConstants.REVERT"
public static final String DELETE_LINE
"DeleteLine"
public static final String CUT_LINE
"CutLine"
public static final String DELETE_LINE_TO_BEGINNING
"DeleteLineToBeginning"
public static final String CUT_LINE_TO_BEGINNING
"CutLineToBeginning"
public static final String DELETE_LINE_TO_END
"DeleteLineToEnd"
public static final String CUT_LINE_TO_END
"CutLineToEnd"
public static final String SET_MARK
"SetMark"
public static final String CLEAR_MARK
"ClearMark"
public static final String SWAP_MARK
"SwapMark"
public static final String GOTO_LINE
"GotoLine"
public static final String FIND_NEXT
"FindNext"
public static final String FIND_PREVIOUS
"FindPrevious"
public static final String FIND_INCREMENTAL
"FindIncremental"
public static final String FIND_INCREMENTAL_REVERSE
"FindIncrementalReverse"
public static final String CONVERT_LINE_DELIMITERS_TO_WINDOWS
"ConvertLineDelimitersToWindows"
public static final String CONVERT_LINE_DELIMITERS_TO_UNIX
"ConvertLineDelimitersToUNIX"
public static final String CONVERT_LINE_DELIMITERS_TO_MAC
"ConvertLineDelimitersToMAC"
public static final String RULER_DOUBLE_CLICK
"RulerDoubleClick"
public static final String RULER_CLICK
"RulerClick"
public static final String RULER_MANAGE_TASKS
"ManageTasks"
public static final String RULER_MANAGE_BOOKMARKS
"ManageBookmarks"
public static final String STATUS_CATEGORY_INPUT_POSITION
"InputPosition"
public static final String STATUS_CATEGORY_INPUT_MODE
"InputMode"
public static final String STATUS_CATEGORY_ELEMENT_STATE
"ElementState"
|
Eclipse Platform 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||