public interface ITextEditorActionConstants extends IWorkbenchActionConstants
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.
This interface must not be implemented by clients.
Modifier and Type | Field and Description |
---|---|
static String |
BLOCK_SELECTION_MODE
Name of the action for toggling block selection mode.
|
static String |
CHANGE_ENCODING
Name of the change encoding action.
|
static String |
CLEAR_MARK
Name of the action to set the mark.
|
static String |
CONTENT_ASSIST
Name of the content assist action.
|
static String |
CONTENT_ASSIST_CONTEXT_INFORMATION
Name of the content assist context information action.
|
static String |
CONTEXT_PREFERENCES
Name of the action for showing the preferences from the editor context
menu.
|
static String |
CONVERT_LINE_DELIMITERS_TO_MAC
Deprecated.
since 3.1. No longer supported as editor actions.
|
static String |
CONVERT_LINE_DELIMITERS_TO_UNIX
Deprecated.
since 3.1. No longer supported as editor actions.
|
static String |
CONVERT_LINE_DELIMITERS_TO_WINDOWS
Deprecated.
since 3.1. No longer supported as editor actions.
|
static String |
COPY
Name of standard Copy global action in the Edit menu.
|
static String |
COPY_LINE_DOWN
Name of the action to copy lines downwards
Value:
"CopyLineDown" |
static String |
COPY_LINE_UP
Name of the action to copy lines upwards
Value:
"CopyLineUp" |
static String |
CUT
Name of standard Cut global action in the Edit menu.
|
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
Name of standard Delete global action in the Edit menu.
|
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
Name of standard Find global action in the Edit menu.
|
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_ASSIST
Context menu group for typing aid actions such as content assist.
|
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_GENERATE
Menu group for code generation and content assist actions.
|
static String |
GROUP_INFORMATION
Context menu group for actions that display additional information.
|
static String |
GROUP_OPEN
Menu group for open 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_RESTORE
Context menu group for quick diff revert related actions.
|
static String |
GROUP_RULERS
Context menu group for ruler column related actions.
|
static String |
GROUP_SAVE
Context menu group for save related actions.
|
static String |
GROUP_SETTINGS
Context menu group for preference related actions.
|
static String |
GROUP_UNDO
Context menu group for undo/redo related actions.
|
static String |
HIPPIE_COMPLETION
Name of the action for emacs style word completion.
|
static String |
JOIN_LINES
Name of the action to join the current lines.
|
static String |
LINENUMBERS_TOGGLE
Name of the action for toggling line number display.
|
static String |
LOWER_CASE
Name of the action to turn a selection to lower case
Value:
"LowerCase" |
static String |
MOVE_LINE_DOWN
Name of the action to move lines downwards
Value:
"MoveLineDown" |
static String |
MOVE_LINE_UP
Name of the action to move lines upwards
Value:
"MoveLineUp" |
static String |
NEXT
Name of standard Next global action in the Navigate menu.
|
static 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.
|
static String |
PASTE
Name of standard Paste global action in the Edit menu.
|
static String |
PREVIOUS
Name of standard Previous global action in the Navigate menu.
|
static String |
PRINT
Name of standard Print global action in the File menu.
|
static String |
PROPERTIES
Name of standard Properties global action in the File menu.
|
static String |
QUICK_ASSIST
Name of the quick assist action
Value:
"QuickAssist" |
static String |
QUICKDIFF_REVERT
Name of the action for reverting the selection or the block at the
current selection.
|
static String |
QUICKDIFF_REVERTBLOCK
Name of the action for reverting the block at the current selection.
|
static String |
QUICKDIFF_REVERTDELETION
Name of the action for reverting deleted lines at the current selection.
|
static String |
QUICKDIFF_REVERTLINE
Name of the action for reverting the line at the current selection.
|
static String |
QUICKDIFF_REVERTSELECTION
Name of the action for reverting the current selection.
|
static String |
QUICKDIFF_TOGGLE
Name of the action for toggling quick diff display.
|
static String |
RECENTER
Name of the action for emacs recenter.
|
static String |
REDO
Name of standard Redo global action in the Edit menu.
|
static String |
REFRESH
Name of standard Refresh global action in the File menu.
|
static String |
REVERT
Name of standard Revert global action in the File menu.
|
static String |
REVERT_TO_SAVED
Name of the action for re-establishing the state after the
most recent save operation.
|
static String |
REVISION_HIDE_INFO
Name of the action for hiding the revision info
Value:
"Revision.HideInfo" |
static String |
REVISION_RENDERING_CYCLE
Name of the action for cycling through the revision rendering modes.
|
static String |
REVISION_SHOW_AUTHOR_TOGGLE
Name of the action for toggling the display of the revision author.
|
static String |
REVISION_SHOW_ID_TOGGLE
Name of the action for toggling the display of the revision id.
|
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 |
RULER_PREFERENCES
Name of the action for showing the preferences from the editor ruler
context menu.
|
static String |
SAVE
Name of standard Save global action in the File menu.
|
static String |
SELECT_ALL
Name of standard Select All global action in the Edit menu.
|
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 |
SHIFT_RIGHT_TAB
Name of the action for shifting text blocks to the right, triggered by the TAB key.
|
static String |
SHOW_CHANGE_RULER_INFORMATION
Name of the action displaying a sticky ruler hover for the current caret location.
|
static String |
SHOW_INFORMATION
Name of the action displaying information for the
current caret location in a sticky hover.
|
static String |
SHOW_RULER_ANNOTATION_INFORMATION
Name of the action displaying a sticky ruler annotation hover for the current caret location.
|
static String |
SHOW_WHITESPACE_CHARACTERS
Name of the action for toggling the display of whitespace characters.
|
static String |
SMART_ENTER
Name of the action to insert a new line below the current position.
|
static String |
SMART_ENTER_INVERSE
Name of the action to insert a new line above the current position.
|
static String |
STATUS_CATEGORY_ELEMENT_STATE
Status line category "element state".
|
static String |
STATUS_CATEGORY_FIND_FIELD
Status line category "findField".
|
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.
|
static String |
TOGGLE_INSERT_MODE
Name of the action for toggling the smart insert mode.
|
static String |
UNDO
Name of standard Undo global action in the Edit menu.
|
static String |
UPPER_CASE
Name of the action to turn a selection to upper case
Value:
"UpperCase" |
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_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_FILE, TOOLBAR_HELP, TOOLBAR_NAVIGATE, UNDO_EXT, UP, VIEW_EXT, WB_END, WB_START, WINDOW_EXT
static final String GROUP_UNDO
"group.undo"
static final String GROUP_COPY
"group.copy"
static final String GROUP_EDIT
"group.edit"
static final String GROUP_PRINT
"group.print"
static final String GROUP_FIND
"group.find"
static final String GROUP_SAVE
"group.save"
static final String GROUP_REST
"group.rest"
static final String GROUP_OPEN
"group.open"
static final String GROUP_GENERATE
"group.generate"
).static final String SHIFT_RIGHT
"ShiftRight"
static final String SHIFT_RIGHT_TAB
"ShiftRightTab"
static final String SHIFT_LEFT
"ShiftLeft"
static final String DELETE_LINE
"DeleteLine"
static final String JOIN_LINES
"JoinLine"
static final String CUT_LINE
"CutLine"
static final String DELETE_LINE_TO_BEGINNING
"DeleteLineToBeginning"
static final String CUT_LINE_TO_BEGINNING
"CutLineToBeginning"
static final String DELETE_LINE_TO_END
"DeleteLineToEnd"
static final String CUT_LINE_TO_END
"CutLineToEnd"
static final String SET_MARK
"SetMark"
static final String CLEAR_MARK
"ClearMark"
static final String SWAP_MARK
"SwapMark"
static final String GOTO_LINE
"GotoLine"
static final String SMART_ENTER
"SmartEnter"
static final String SMART_ENTER_INVERSE
"SmartEnterInverse"
static final String MOVE_LINE_UP
"MoveLineUp"
static final String MOVE_LINE_DOWN
"MoveLineDown"
static final String COPY_LINE_UP
"CopyLineUp"
static final String COPY_LINE_DOWN
"CopyLineDown"
static final String UPPER_CASE
"UpperCase"
static final String LOWER_CASE
"LowerCase"
static final String FIND_NEXT
"FindNext"
static final String FIND_PREVIOUS
"FindPrevious"
static final String FIND_INCREMENTAL
"FindIncremental"
static final String FIND_INCREMENTAL_REVERSE
"FindIncrementalReverse"
static final String CONVERT_LINE_DELIMITERS_TO_WINDOWS
"ConvertLineDelimitersToWindows"
static final String CONVERT_LINE_DELIMITERS_TO_UNIX
"ConvertLineDelimitersToUNIX"
static final String CONVERT_LINE_DELIMITERS_TO_MAC
"ConvertLineDelimitersToMAC"
static final String CHANGE_ENCODING
"ChangeEncoding"
static final String RULER_DOUBLE_CLICK
"RulerDoubleClick"
static final String RULER_CLICK
"RulerClick"
static final String RULER_MANAGE_TASKS
"ManageTasks"
static final String RULER_MANAGE_BOOKMARKS
"ManageBookmarks"
static final String STATUS_CATEGORY_INPUT_POSITION
"InputPosition"
static final String STATUS_CATEGORY_INPUT_MODE
"InputMode"
static final String STATUS_CATEGORY_ELEMENT_STATE
"ElementState"
static final String STATUS_CATEGORY_FIND_FIELD
"findField"
static final String COPY
"copy"
ActionFactory.COPY
static final String CUT
"cut"
ActionFactory.CUT
static final String DELETE
"delete"
ActionFactory.DELETE
static final String FIND
"find"
ActionFactory.FIND
static final String PASTE
"paste"
ActionFactory.PASTE
static final String PRINT
"print"
ActionFactory.PRINT
static final String PROPERTIES
"properties"
ActionFactory.PROPERTIES
static final String REDO
"redo"
ActionFactory.REDO
static final String UNDO
"undo"
ActionFactory.UNDO
static final String SAVE
"save"
ActionFactory.SAVE
static final String SELECT_ALL
"selectAll"
ActionFactory.SELECT_ALL
static final String REVERT
"revert"
ActionFactory.REVERT
static final String NEXT
"next"
ActionFactory.NEXT
static final String PREVIOUS
"previous"
ActionFactory.PREVIOUS
static final String REFRESH
"refresh"
ActionFactory.REFRESH
static final String REVERT_TO_SAVED
"ITextEditorActionConstants.REVERT"
static final String TOGGLE_INSERT_MODE
"ToggleInsertMode"
static final String GROUP_SETTINGS
"settings"
static final String GROUP_RULERS
"rulers"
static final String GROUP_RESTORE
"restore"
static final String GROUP_INFORMATION
"group.information"
.static final String GROUP_ASSIST
"group.assist"
.static final String CONTEXT_PREFERENCES
"Preferences.ContextAction"
static final String RULER_PREFERENCES
"Preferences.RulerAction"
static final String LINENUMBERS_TOGGLE
"Linenumbers.Toggle"
static final String QUICKDIFF_REVERTDELETION
"QuickDiff.RevertDeletion"
static final String QUICKDIFF_REVERTLINE
"QuickDiff.RevertLine"
static final String QUICKDIFF_REVERT
"QuickDiff.Revert"
static final String QUICKDIFF_REVERTBLOCK
"QuickDiff.RevertBlock"
static final String QUICKDIFF_REVERTSELECTION
"QuickDiff.RevertBlock"
static final String QUICKDIFF_TOGGLE
"QuickDiff.Toggle"
static final String HIPPIE_COMPLETION
"HIPPIE_COMPLETION"
static final String REVISION_HIDE_INFO
"Revision.HideInfo"
static final String CONTENT_ASSIST
"ContentAssistProposal"
static final String CONTENT_ASSIST_CONTEXT_INFORMATION
"ContentAssistContextInformation"
static final String QUICK_ASSIST
"QuickAssist"
static final String REVISION_RENDERING_CYCLE
"Revision.Rendering.Cycle"
static final String REVISION_SHOW_AUTHOR_TOGGLE
"Revision.ShowAuthor.Toggle"
static final String REVISION_SHOW_ID_TOGGLE
"Revision.ShowId.Toggle"
static final String RECENTER
"RECENTER"
static final String SHOW_WHITESPACE_CHARACTERS
"ShowWhitespaceCharacters"
static final String SHOW_INFORMATION
"ShowInformation"
IInformationProvider
,
Constant Field Valuesstatic final String BLOCK_SELECTION_MODE
"BlockSelectionMode"
static final String SHOW_CHANGE_RULER_INFORMATION
"ShowChangeRulerInformation"
static final String SHOW_RULER_ANNOTATION_INFORMATION
"ShowRulerAnnotationInformation"
static final String OPEN_HYPERLINK
"OpenHyperlink"
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.