Package org.eclipse.ui.texteditor
Interface ITextEditorActionConstants
-
- All Superinterfaces:
IWorkbenchActionConstants
public interface ITextEditorActionConstants extends IWorkbenchActionConstants
Defines the names of those actions which are pre-registered with theAbstractTextEditor.RULER_DOUBLE_CLICKdefines 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 fromIWorkbenchActionConstants. It also defines the names of the menu groups in a text editor's context menu.This interface must not be implemented by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBLOCK_SELECTION_MODEName of the action for toggling block selection mode.static java.lang.StringCHANGE_ENCODINGName of the change encoding action.static java.lang.StringCLEAR_MARKName of the action to set the mark.static java.lang.StringCONTENT_ASSISTName of the content assist action.static java.lang.StringCONTENT_ASSIST_CONTEXT_INFORMATIONName of the content assist context information action.static java.lang.StringCONTEXT_PREFERENCESName of the action for showing the preferences from the editor context menu.static java.lang.StringCONVERT_LINE_DELIMITERS_TO_MACDeprecated.since 3.1.static java.lang.StringCONVERT_LINE_DELIMITERS_TO_UNIXDeprecated.since 3.1.static java.lang.StringCONVERT_LINE_DELIMITERS_TO_WINDOWSDeprecated.since 3.1.static java.lang.StringCOPYName of standard Copy global action in the Edit menu.static java.lang.StringCOPY_LINE_DOWNName of the action to copy lines downwards Value:"CopyLineDown"static java.lang.StringCOPY_LINE_UPName of the action to copy lines upwards Value:"CopyLineUp"static java.lang.StringCUTName of standard Cut global action in the Edit menu.static java.lang.StringCUT_LINEName of the action to cut the current line.static java.lang.StringCUT_LINE_TO_BEGINNINGName of the action to cut line to beginning.static java.lang.StringCUT_LINE_TO_ENDName of the action to cut line to end.static java.lang.StringDELETEName of standard Delete global action in the Edit menu.static java.lang.StringDELETE_LINEName of the action to delete the current line.static java.lang.StringDELETE_LINE_TO_BEGINNINGName of the action to delete line to beginning.static java.lang.StringDELETE_LINE_TO_ENDName of the action to delete line to end.static java.lang.StringFINDName of standard Find global action in the Edit menu.static java.lang.StringFIND_INCREMENTALName of the action to incremental find.static java.lang.StringFIND_INCREMENTAL_REVERSEName of the action to incremental find reverse.static java.lang.StringFIND_NEXTName of the action to find next.static java.lang.StringFIND_PREVIOUSName of the action to find previous.static java.lang.StringGOTO_LINEName of the action to jump to a certain text line.static java.lang.StringGROUP_ASSISTContext menu group for typing aid actions such as content assist.static java.lang.StringGROUP_COPYContext menu group for copy/paste related actions.static java.lang.StringGROUP_EDITContext menu group for text manipulation actions.static java.lang.StringGROUP_FINDContext menu group for find/replace related actions.static java.lang.StringGROUP_GENERATEMenu group for code generation and content assist actions.static java.lang.StringGROUP_INFORMATIONContext menu group for actions that display additional information.static java.lang.StringGROUP_OPENMenu group for open actions.static java.lang.StringGROUP_PRINTContext menu group for print related actions.static java.lang.StringGROUP_RESTContext menu group for actions which do not fit in one of the other categories.static java.lang.StringGROUP_RESTOREContext menu group for quick diff revert related actions.static java.lang.StringGROUP_RULERSContext menu group for ruler column related actions.static java.lang.StringGROUP_SAVEContext menu group for save related actions.static java.lang.StringGROUP_SETTINGSContext menu group for preference related actions.static java.lang.StringGROUP_UNDOContext menu group for undo/redo related actions.static java.lang.StringHIPPIE_COMPLETIONName of the action for emacs style word completion.static java.lang.StringJOIN_LINESName of the action to join the current lines.static java.lang.StringLINENUMBERS_TOGGLEName of the action for toggling line number display.static java.lang.StringLOWER_CASEName of the action to turn a selection to lower case Value:"LowerCase"static java.lang.StringMOVE_LINE_DOWNName of the action to move lines downwards Value:"MoveLineDown"static java.lang.StringMOVE_LINE_UPName of the action to move lines upwards Value:"MoveLineUp"static java.lang.StringNEXTName of standard Next global action in the Navigate menu.static java.lang.StringOPEN_HYPERLINKName of the action to open the hyperlink at the caret location or to display a chooser if more than one hyperlink is available.static java.lang.StringPASTEName of standard Paste global action in the Edit menu.static java.lang.StringPREVIOUSName of standard Previous global action in the Navigate menu.static java.lang.StringPRINTName of standard Print global action in the File menu.static java.lang.StringPROPERTIESName of standard Properties global action in the File menu.static java.lang.StringQUICK_ASSISTName of the quick assist action Value:"QuickAssist"static java.lang.StringQUICKDIFF_REVERTName of the action for reverting the selection or the block at the current selection.static java.lang.StringQUICKDIFF_REVERTBLOCKName of the action for reverting the block at the current selection.static java.lang.StringQUICKDIFF_REVERTDELETIONName of the action for reverting deleted lines at the current selection.static java.lang.StringQUICKDIFF_REVERTLINEName of the action for reverting the line at the current selection.static java.lang.StringQUICKDIFF_REVERTSELECTIONName of the action for reverting the current selection.static java.lang.StringQUICKDIFF_TOGGLEName of the action for toggling quick diff display.static java.lang.StringRECENTERName of the action for emacs recenter.static java.lang.StringREDOName of standard Redo global action in the Edit menu.static java.lang.StringREFRESHName of standard Refresh global action in the File menu.static java.lang.StringREVERTName of standard Revert global action in the File menu.static java.lang.StringREVERT_TO_SAVEDName of the action for re-establishing the state after the most recent save operation.static java.lang.StringREVISION_HIDE_INFOName of the action for hiding the revision info Value:"Revision.HideInfo"static java.lang.StringREVISION_RENDERING_CYCLEName of the action for cycling through the revision rendering modes.static java.lang.StringREVISION_SHOW_AUTHOR_TOGGLEName of the action for toggling the display of the revision author.static java.lang.StringREVISION_SHOW_ID_TOGGLEName of the action for toggling the display of the revision id.static java.lang.StringRULER_CLICKName of the ruler action performed when clicking the editor's vertical ruler.static java.lang.StringRULER_DOUBLE_CLICKName of the ruler action performed when double clicking the editor's vertical ruler.static java.lang.StringRULER_MANAGE_BOOKMARKSName of the ruler action to manage bookmarks.static java.lang.StringRULER_MANAGE_TASKSName of the ruler action to manage tasks.static java.lang.StringRULER_PREFERENCESName of the action for showing the preferences from the editor ruler context menu.static java.lang.StringSAVEName of standard Save global action in the File menu.static java.lang.StringSELECT_ALLName of standard Select All global action in the Edit menu.static java.lang.StringSET_MARKName of the action to set the mark.static java.lang.StringSHIFT_LEFTName of the action for shifting text blocks to the left.static java.lang.StringSHIFT_RIGHTName of the action for shifting text blocks to the right.static java.lang.StringSHIFT_RIGHT_TABName of the action for shifting text blocks to the right, triggered by the TAB key.static java.lang.StringSHOW_CHANGE_RULER_INFORMATIONName of the action displaying a sticky ruler hover for the current caret location.static java.lang.StringSHOW_INFORMATIONName of the action displaying information for the current caret location in a sticky hover.static java.lang.StringSHOW_RULER_ANNOTATION_INFORMATIONName of the action displaying a sticky ruler annotation hover for the current caret location.static java.lang.StringSHOW_WHITESPACE_CHARACTERSName of the action for toggling the display of whitespace characters.static java.lang.StringSMART_ENTERName of the action to insert a new line below the current position.static java.lang.StringSMART_ENTER_INVERSEName of the action to insert a new line above the current position.static java.lang.StringSTATUS_CATEGORY_ELEMENT_STATEStatus line category "element state".static java.lang.StringSTATUS_CATEGORY_FIND_FIELDStatus line category "findField".static java.lang.StringSTATUS_CATEGORY_INPUT_MODEStatus line category "input mode".static java.lang.StringSTATUS_CATEGORY_INPUT_POSITIONStatus line category "input position".static java.lang.StringSWAP_MARKName of the action to swap the mark with the cursor position.static java.lang.StringTOGGLE_INSERT_MODEName of the action for toggling the smart insert mode.static java.lang.StringUNDOName of standard Undo global action in the Edit menu.static java.lang.StringUPPER_CASEName of the action to turn a selection to upper case Value:"UpperCase"static java.lang.StringWORD_WRAPName of the action for toggling word wrap.-
Fields inherited from interface org.eclipse.ui.IWorkbenchActionConstants
ABOUT, ADD_EXT, ADD_TASK, BACK, BOOKMARK, BUILD, BUILD_EXT, BUILD_GROUP, BUILD_PROJECT, CLOSE, CLOSE_ALL, CLOSE_EXT, CLOSE_PROJECT, CUT_EXT, EDIT_END, EDIT_GROUP, EDIT_START, EXPORT, FILE_END, FILE_START, FIND_EXT, FORWARD, GLOBAL_ACTIONS, GO_INTO, GO_TO, GO_TO_RESOURCE, GROUP_ADD, GROUP_APP, GROUP_EDITOR, GROUP_FILE, GROUP_HELP, GROUP_MANAGING, GROUP_REORGANIZE, GROUP_SHOW_IN, HELP_END, HELP_START, HISTORY_GROUP, IMPORT, IMPORT_EXT, LAUNCH_EXT, M_EDIT, M_FILE, M_HELP, M_LAUNCH, M_NAVIGATE, M_PERSPECTIVE, M_PROJECT, M_PROJECT_CONFIGURE, M_VIEW, M_WINDOW, M_WORKBENCH, MB_ADDITIONS, MENU_PREFIX, MOVE, MRU, NAV_END, NAV_START, NEW, NEW_EXT, NEW_GROUP, OPEN_EXT, OPEN_PROJECT, PERSPECTIVE_END, PERSPECTIVE_START, PIN_GROUP, PRINT_EXT, PROJ_END, PROJ_START, QUIT, REBUILD_ALL, REBUILD_PROJECT, RENAME, SAVE_ALL, SAVE_AS, SAVE_EXT, SAVE_GROUP, SEP, SHOW_EXT, SHOW_IN, SYNC_EDITOR, TOOLBAR_EDIT, TOOLBAR_FILE, TOOLBAR_HELP, TOOLBAR_NAVIGATE, UNDO_EXT, UP, VIEW_EXT, WB_END, WB_START, WINDOW_EXT
-
-
-
-
Field Detail
-
GROUP_UNDO
static final java.lang.String GROUP_UNDO
Context menu group for undo/redo related actions. Value:"group.undo"- See Also:
- Constant Field Values
-
GROUP_COPY
static final java.lang.String GROUP_COPY
Context menu group for copy/paste related actions. Value:"group.copy"- See Also:
- Constant Field Values
-
GROUP_EDIT
static final java.lang.String GROUP_EDIT
Context menu group for text manipulation actions. Value:"group.edit"- See Also:
- Constant Field Values
-
GROUP_PRINT
static final java.lang.String GROUP_PRINT
Context menu group for print related actions. Value:"group.print"- See Also:
- Constant Field Values
-
GROUP_FIND
static final java.lang.String GROUP_FIND
Context menu group for find/replace related actions. Value:"group.find"- See Also:
- Constant Field Values
-
GROUP_SAVE
static final java.lang.String GROUP_SAVE
Context menu group for save related actions. Value:"group.save"- See Also:
- Constant Field Values
-
GROUP_REST
static final java.lang.String GROUP_REST
Context menu group for actions which do not fit in one of the other categories. Value:"group.rest"- See Also:
- Constant Field Values
-
GROUP_OPEN
static final java.lang.String GROUP_OPEN
Menu group for open actions. Value"group.open"- Since:
- 3.1
- See Also:
- Constant Field Values
-
GROUP_GENERATE
static final java.lang.String GROUP_GENERATE
Menu group for code generation and content assist actions. Value"group.generate").- Since:
- 3.1
- See Also:
- Constant Field Values
-
SHIFT_RIGHT
static final java.lang.String SHIFT_RIGHT
Name of the action for shifting text blocks to the right. Value:"ShiftRight"- See Also:
- Constant Field Values
-
SHIFT_RIGHT_TAB
static final java.lang.String SHIFT_RIGHT_TAB
Name of the action for shifting text blocks to the right, triggered by the TAB key. Value:"ShiftRightTab"- Since:
- 3.0
- See Also:
- Constant Field Values
-
SHIFT_LEFT
static final java.lang.String SHIFT_LEFT
Name of the action for shifting text blocks to the left. Value:"ShiftLeft"- See Also:
- Constant Field Values
-
DELETE_LINE
static final java.lang.String DELETE_LINE
Name of the action to delete the current line. Value:"DeleteLine"- Since:
- 2.0
- See Also:
- Constant Field Values
-
JOIN_LINES
static final java.lang.String JOIN_LINES
Name of the action to join the current lines. Value:"JoinLine"- Since:
- 3.3
- See Also:
- Constant Field Values
-
CUT_LINE
static final java.lang.String CUT_LINE
Name of the action to cut the current line. Value:"CutLine"- Since:
- 2.1
- See Also:
- Constant Field Values
-
DELETE_LINE_TO_BEGINNING
static final java.lang.String DELETE_LINE_TO_BEGINNING
Name of the action to delete line to beginning. Value:"DeleteLineToBeginning"- Since:
- 2.0
- See Also:
- Constant Field Values
-
CUT_LINE_TO_BEGINNING
static final java.lang.String CUT_LINE_TO_BEGINNING
Name of the action to cut line to beginning. Value:"CutLineToBeginning"- Since:
- 2.1
- See Also:
- Constant Field Values
-
DELETE_LINE_TO_END
static final java.lang.String DELETE_LINE_TO_END
Name of the action to delete line to end. Value:"DeleteLineToEnd"- Since:
- 2.0
- See Also:
- Constant Field Values
-
CUT_LINE_TO_END
static final java.lang.String CUT_LINE_TO_END
Name of the action to cut line to end. Value:"CutLineToEnd"- Since:
- 2.1
- See Also:
- Constant Field Values
-
SET_MARK
static final java.lang.String SET_MARK
Name of the action to set the mark. Value:"SetMark"- Since:
- 2.0
- See Also:
- Constant Field Values
-
CLEAR_MARK
static final java.lang.String CLEAR_MARK
Name of the action to set the mark. Value:"ClearMark"- Since:
- 2.0
- See Also:
- Constant Field Values
-
SWAP_MARK
static final java.lang.String SWAP_MARK
Name of the action to swap the mark with the cursor position. Value:"SwapMark"- Since:
- 2.0
- See Also:
- Constant Field Values
-
GOTO_LINE
static final java.lang.String GOTO_LINE
Name of the action to jump to a certain text line. Value:"GotoLine"- See Also:
- Constant Field Values
-
SMART_ENTER
static final java.lang.String SMART_ENTER
Name of the action to insert a new line below the current position. Value:"SmartEnter"- Since:
- 3.0
- See Also:
- Constant Field Values
-
SMART_ENTER_INVERSE
static final java.lang.String SMART_ENTER_INVERSE
Name of the action to insert a new line above the current position. Value:"SmartEnterInverse"- Since:
- 3.0
- See Also:
- Constant Field Values
-
MOVE_LINE_UP
static final java.lang.String MOVE_LINE_UP
Name of the action to move lines upwards Value:"MoveLineUp"- Since:
- 3.0
- See Also:
- Constant Field Values
-
MOVE_LINE_DOWN
static final java.lang.String MOVE_LINE_DOWN
Name of the action to move lines downwards Value:"MoveLineDown"- Since:
- 3.0
- See Also:
- Constant Field Values
-
COPY_LINE_UP
static final java.lang.String COPY_LINE_UP
Name of the action to copy lines upwards Value:"CopyLineUp"- Since:
- 3.0
- See Also:
- Constant Field Values
-
COPY_LINE_DOWN
static final java.lang.String COPY_LINE_DOWN
Name of the action to copy lines downwards Value:"CopyLineDown"- Since:
- 3.0
- See Also:
- Constant Field Values
-
UPPER_CASE
static final java.lang.String UPPER_CASE
Name of the action to turn a selection to upper case Value:"UpperCase"- Since:
- 3.0
- See Also:
- Constant Field Values
-
LOWER_CASE
static final java.lang.String LOWER_CASE
Name of the action to turn a selection to lower case Value:"LowerCase"- Since:
- 3.0
- See Also:
- Constant Field Values
-
FIND_NEXT
static final java.lang.String FIND_NEXT
Name of the action to find next. Value:"FindNext"- Since:
- 2.0
- See Also:
- Constant Field Values
-
FIND_PREVIOUS
static final java.lang.String FIND_PREVIOUS
Name of the action to find previous. Value:"FindPrevious"- Since:
- 2.0
- See Also:
- Constant Field Values
-
FIND_INCREMENTAL
static final java.lang.String FIND_INCREMENTAL
Name of the action to incremental find. Value:"FindIncremental"- Since:
- 2.0
- See Also:
- Constant Field Values
-
FIND_INCREMENTAL_REVERSE
static final java.lang.String FIND_INCREMENTAL_REVERSE
Name of the action to incremental find reverse. Value:"FindIncrementalReverse"- Since:
- 2.1
- See Also:
- Constant Field Values
-
CONVERT_LINE_DELIMITERS_TO_WINDOWS
@Deprecated static final java.lang.String CONVERT_LINE_DELIMITERS_TO_WINDOWS
Deprecated.since 3.1. No longer supported as editor actions.Name of the action to convert line delimiters to Windows. Value:"ConvertLineDelimitersToWindows"- Since:
- 2.0
- See Also:
- Constant Field Values
-
CONVERT_LINE_DELIMITERS_TO_UNIX
@Deprecated static final java.lang.String CONVERT_LINE_DELIMITERS_TO_UNIX
Deprecated.since 3.1. No longer supported as editor actions.Name of the action to convert line delimiters to UNIX. Value:"ConvertLineDelimitersToUNIX"- Since:
- 2.0
- See Also:
- Constant Field Values
-
CONVERT_LINE_DELIMITERS_TO_MAC
@Deprecated static final java.lang.String CONVERT_LINE_DELIMITERS_TO_MAC
Deprecated.since 3.1. No longer supported as editor actions.Name of the action to convert line delimiters to MAC. Value:"ConvertLineDelimitersToMAC"- Since:
- 2.0
- See Also:
- Constant Field Values
-
CHANGE_ENCODING
static final java.lang.String CHANGE_ENCODING
Name of the change encoding action. Value:"ChangeEncoding"- Since:
- 3.1
- See Also:
- Constant Field Values
-
RULER_DOUBLE_CLICK
static final java.lang.String RULER_DOUBLE_CLICK
Name of the ruler action performed when double clicking the editor's vertical ruler. Value:"RulerDoubleClick"- See Also:
- Constant Field Values
-
RULER_CLICK
static final java.lang.String RULER_CLICK
Name of the ruler action performed when clicking the editor's vertical ruler. Value:"RulerClick"- Since:
- 2.0
- See Also:
- Constant Field Values
-
RULER_MANAGE_TASKS
static final java.lang.String RULER_MANAGE_TASKS
Name of the ruler action to manage tasks. Value:"ManageTasks"- See Also:
- Constant Field Values
-
RULER_MANAGE_BOOKMARKS
static final java.lang.String RULER_MANAGE_BOOKMARKS
Name of the ruler action to manage bookmarks. Value:"ManageBookmarks"- See Also:
- Constant Field Values
-
STATUS_CATEGORY_INPUT_POSITION
static final java.lang.String STATUS_CATEGORY_INPUT_POSITION
Status line category "input position". Value:"InputPosition"- Since:
- 2.0
- See Also:
- Constant Field Values
-
STATUS_CATEGORY_INPUT_MODE
static final java.lang.String STATUS_CATEGORY_INPUT_MODE
Status line category "input mode". Value:"InputMode"- Since:
- 2.0
- See Also:
- Constant Field Values
-
STATUS_CATEGORY_ELEMENT_STATE
static final java.lang.String STATUS_CATEGORY_ELEMENT_STATE
Status line category "element state". Value:"ElementState"- Since:
- 2.0
- See Also:
- Constant Field Values
-
STATUS_CATEGORY_FIND_FIELD
static final java.lang.String STATUS_CATEGORY_FIND_FIELD
Status line category "findField". Value:"findField"- Since:
- 3.0
- See Also:
- Constant Field Values
-
COPY
static final java.lang.String COPY
Name of standard Copy global action in the Edit menu. Value"copy"- Since:
- 3.0
- See Also:
ActionFactory.COPY
-
CUT
static final java.lang.String CUT
Name of standard Cut global action in the Edit menu. Value"cut"- Since:
- 3.0
- See Also:
ActionFactory.CUT
-
DELETE
static final java.lang.String DELETE
Name of standard Delete global action in the Edit menu. Value"delete"- Since:
- 3.0
- See Also:
ActionFactory.DELETE
-
FIND
static final java.lang.String FIND
Name of standard Find global action in the Edit menu. Value"find"- Since:
- 3.0
- See Also:
ActionFactory.FIND
-
PASTE
static final java.lang.String PASTE
Name of standard Paste global action in the Edit menu. Value"paste"- Since:
- 3.0
- See Also:
ActionFactory.PASTE
-
PRINT
static final java.lang.String PRINT
Name of standard Print global action in the File menu. Value"print"- Since:
- 3.0
- See Also:
ActionFactory.PRINT
-
PROPERTIES
static final java.lang.String PROPERTIES
Name of standard Properties global action in the File menu. Value"properties"- Since:
- 3.1
- See Also:
ActionFactory.PROPERTIES
-
REDO
static final java.lang.String REDO
Name of standard Redo global action in the Edit menu. Value"redo"- Since:
- 3.0
- See Also:
ActionFactory.REDO
-
UNDO
static final java.lang.String UNDO
Name of standard Undo global action in the Edit menu. Value"undo"- Since:
- 3.0
- See Also:
ActionFactory.UNDO
-
SAVE
static final java.lang.String SAVE
Name of standard Save global action in the File menu. Value"save"- Since:
- 3.0
- See Also:
ActionFactory.SAVE
-
SELECT_ALL
static final java.lang.String SELECT_ALL
Name of standard Select All global action in the Edit menu. Value"selectAll"- Since:
- 3.0
- See Also:
ActionFactory.SELECT_ALL
-
REVERT
static final java.lang.String REVERT
Name of standard Revert global action in the File menu. Value"revert"- Since:
- 3.0
- See Also:
ActionFactory.REVERT
-
NEXT
static final java.lang.String NEXT
Name of standard Next global action in the Navigate menu. Value"next"- Since:
- 3.2
- See Also:
ActionFactory.NEXT
-
PREVIOUS
static final java.lang.String PREVIOUS
Name of standard Previous global action in the Navigate menu. Value"previous"- Since:
- 3.2
- See Also:
ActionFactory.PREVIOUS
-
REFRESH
static final java.lang.String REFRESH
Name of standard Refresh global action in the File menu. Value"refresh"- Since:
- 3.4
- See Also:
ActionFactory.REFRESH
-
REVERT_TO_SAVED
static final java.lang.String REVERT_TO_SAVED
Name of the action for re-establishing the state after the most recent save operation. Value:"ITextEditorActionConstants.REVERT"
-
TOGGLE_INSERT_MODE
static final java.lang.String TOGGLE_INSERT_MODE
Name of the action for toggling the smart insert mode. Value:"ToggleInsertMode"- Since:
- 3.0
- See Also:
- Constant Field Values
-
GROUP_SETTINGS
static final java.lang.String GROUP_SETTINGS
Context menu group for preference related actions. Value:"settings"- Since:
- 3.1
- See Also:
- Constant Field Values
-
GROUP_RULERS
static final java.lang.String GROUP_RULERS
Context menu group for ruler column related actions. Value:"rulers"- Since:
- 3.1
- See Also:
- Constant Field Values
-
GROUP_RESTORE
static final java.lang.String GROUP_RESTORE
Context menu group for quick diff revert related actions. Value:"restore"- Since:
- 3.1
- See Also:
- Constant Field Values
-
GROUP_INFORMATION
static final java.lang.String GROUP_INFORMATION
Context menu group for actions that display additional information. Value:"group.information".- Since:
- 3.2
- See Also:
- Constant Field Values
-
GROUP_ASSIST
static final java.lang.String GROUP_ASSIST
Context menu group for typing aid actions such as content assist. Value:"group.assist".- Since:
- 3.2
- See Also:
- Constant Field Values
-
CONTEXT_PREFERENCES
static final java.lang.String CONTEXT_PREFERENCES
Name of the action for showing the preferences from the editor context menu. Value:"Preferences.ContextAction"- Since:
- 3.1
- See Also:
- Constant Field Values
-
RULER_PREFERENCES
static final java.lang.String RULER_PREFERENCES
Name of the action for showing the preferences from the editor ruler context menu. Value:"Preferences.RulerAction"- Since:
- 3.1
- See Also:
- Constant Field Values
-
LINENUMBERS_TOGGLE
static final java.lang.String LINENUMBERS_TOGGLE
Name of the action for toggling line number display. Value:"Linenumbers.Toggle"- Since:
- 3.1
- See Also:
- Constant Field Values
-
QUICKDIFF_REVERTDELETION
static final java.lang.String QUICKDIFF_REVERTDELETION
Name of the action for reverting deleted lines at the current selection. Value:"QuickDiff.RevertDeletion"- Since:
- 3.1
- See Also:
- Constant Field Values
-
QUICKDIFF_REVERTLINE
static final java.lang.String QUICKDIFF_REVERTLINE
Name of the action for reverting the line at the current selection. Value:"QuickDiff.RevertLine"- Since:
- 3.1
- See Also:
- Constant Field Values
-
QUICKDIFF_REVERT
static final java.lang.String QUICKDIFF_REVERT
Name of the action for reverting the selection or the block at the current selection. Value:"QuickDiff.Revert"- Since:
- 3.1
- See Also:
- Constant Field Values
-
QUICKDIFF_REVERTBLOCK
static final java.lang.String QUICKDIFF_REVERTBLOCK
Name of the action for reverting the block at the current selection. Value:"QuickDiff.RevertBlock"- Since:
- 3.1
- See Also:
- Constant Field Values
-
QUICKDIFF_REVERTSELECTION
static final java.lang.String QUICKDIFF_REVERTSELECTION
Name of the action for reverting the current selection. Value:"QuickDiff.RevertBlock"- Since:
- 3.1
- See Also:
- Constant Field Values
-
QUICKDIFF_TOGGLE
static final java.lang.String QUICKDIFF_TOGGLE
Name of the action for toggling quick diff display. Value:"QuickDiff.Toggle"- Since:
- 3.1
- See Also:
- Constant Field Values
-
HIPPIE_COMPLETION
static final java.lang.String HIPPIE_COMPLETION
Name of the action for emacs style word completion. Value:"HIPPIE_COMPLETION"- Since:
- 3.1
- See Also:
- Constant Field Values
-
REVISION_HIDE_INFO
static final java.lang.String REVISION_HIDE_INFO
Name of the action for hiding the revision info Value:"Revision.HideInfo"- Since:
- 3.2
- See Also:
- Constant Field Values
-
CONTENT_ASSIST
static final java.lang.String CONTENT_ASSIST
Name of the content assist action. Value:"ContentAssistProposal"- Since:
- 3.5
- See Also:
- Constant Field Values
-
CONTENT_ASSIST_CONTEXT_INFORMATION
static final java.lang.String CONTENT_ASSIST_CONTEXT_INFORMATION
Name of the content assist context information action. Value:"ContentAssistContextInformation"- Since:
- 3.5
- See Also:
- Constant Field Values
-
QUICK_ASSIST
static final java.lang.String QUICK_ASSIST
Name of the quick assist action Value:"QuickAssist"- Since:
- 3.2
- See Also:
- Constant Field Values
-
REVISION_RENDERING_CYCLE
static final java.lang.String REVISION_RENDERING_CYCLE
Name of the action for cycling through the revision rendering modes. Value:"Revision.Rendering.Cycle"- Since:
- 3.3
- See Also:
- Constant Field Values
-
REVISION_SHOW_AUTHOR_TOGGLE
static final java.lang.String REVISION_SHOW_AUTHOR_TOGGLE
Name of the action for toggling the display of the revision author. Value:"Revision.ShowAuthor.Toggle"- Since:
- 3.3
- See Also:
- Constant Field Values
-
REVISION_SHOW_ID_TOGGLE
static final java.lang.String REVISION_SHOW_ID_TOGGLE
Name of the action for toggling the display of the revision id. Value:"Revision.ShowId.Toggle"- Since:
- 3.3
- See Also:
- Constant Field Values
-
RECENTER
static final java.lang.String RECENTER
Name of the action for emacs recenter. Value:"RECENTER"- Since:
- 3.3
- See Also:
- Constant Field Values
-
SHOW_WHITESPACE_CHARACTERS
static final java.lang.String SHOW_WHITESPACE_CHARACTERS
Name of the action for toggling the display of whitespace characters. Value:"ShowWhitespaceCharacters"- Since:
- 3.3
- See Also:
- Constant Field Values
-
SHOW_INFORMATION
static final java.lang.String SHOW_INFORMATION
Name of the action displaying information for the current caret location in a sticky hover. Value:"ShowInformation"- Since:
- 3.3
- See Also:
IInformationProvider, Constant Field Values
-
BLOCK_SELECTION_MODE
static final java.lang.String BLOCK_SELECTION_MODE
Name of the action for toggling block selection mode. Value:"BlockSelectionMode"- Since:
- 3.5
- See Also:
- Constant Field Values
-
WORD_WRAP
static final java.lang.String WORD_WRAP
Name of the action for toggling word wrap. Value:"WordWrap"- Since:
- 3.10
- See Also:
- Constant Field Values
-
SHOW_CHANGE_RULER_INFORMATION
static final java.lang.String SHOW_CHANGE_RULER_INFORMATION
Name of the action displaying a sticky ruler hover for the current caret location. Value:"ShowChangeRulerInformation"- Since:
- 3.6
- See Also:
- Constant Field Values
-
SHOW_RULER_ANNOTATION_INFORMATION
static final java.lang.String SHOW_RULER_ANNOTATION_INFORMATION
Name of the action displaying a sticky ruler annotation hover for the current caret location. Value:"ShowRulerAnnotationInformation"- Since:
- 3.6
- See Also:
- Constant Field Values
-
OPEN_HYPERLINK
static final java.lang.String OPEN_HYPERLINK
Name of the action to open the hyperlink at the caret location or to display a chooser if more than one hyperlink is available. Value:"OpenHyperlink"- Since:
- 3.7
- See Also:
- Constant Field Values
-
-