|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextEditorActionConstants
Defines the names of those actions which are pre-registered 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 java.lang.String |
CHANGE_ENCODING
Name of the change encoding action. |
static java.lang.String |
CLEAR_MARK
Name of the action to set the mark. |
static java.lang.String |
CONTEXT_PREFERENCES
Name of the action for showing the preferences from the editor context menu. |
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
Name of standard Copy global action in the Edit menu. |
static java.lang.String |
COPY_LINE_DOWN
Name of the action to copy lines downwards Value: "CopyLineDown" |
static java.lang.String |
COPY_LINE_UP
Name of the action to copy lines upwards Value: "CopyLineUp" |
static java.lang.String |
CUT
Name of standard Cut global action in the Edit menu. |
static java.lang.String |
CUT_LINE
Name of the action to cut the current line. |
static java.lang.String |
CUT_LINE_TO_BEGINNING
Name of the action to cut line to beginning. |
static java.lang.String |
CUT_LINE_TO_END
Name of the action to cut line to end. |
static java.lang.String |
DELETE
Name of standard Delete global action in the Edit menu. |
static java.lang.String |
DELETE_LINE
Name of the action to delete the current line. |
static java.lang.String |
DELETE_LINE_TO_BEGINNING
Name of the action to delete line to beginning. |
static java.lang.String |
DELETE_LINE_TO_END
Name of the action to delete line to end. |
static java.lang.String |
FIND
Name of standard Find global action in the Edit menu. |
static java.lang.String |
FIND_INCREMENTAL
Name of the action to incremental find. |
static java.lang.String |
FIND_INCREMENTAL_REVERSE
Name of the action to incremental find reverse. |
static java.lang.String |
FIND_NEXT
Name of the action to find next. |
static java.lang.String |
FIND_PREVIOUS
Name of the action to find previous. |
static java.lang.String |
GOTO_LINE
Name of the action to jump to a certain text line. |
static java.lang.String |
GROUP_ASSIST
Context menu group for typing aid actions such as content assist. |
static java.lang.String |
GROUP_COPY
Context menu group for copy/paste related actions. |
static java.lang.String |
GROUP_EDIT
Context menu group for text manipulation actions. |
static java.lang.String |
GROUP_FIND
Context menu group for find/replace related actions. |
static java.lang.String |
GROUP_GENERATE
Menu group for code generation and content assist actions. |
static java.lang.String |
GROUP_INFORMATION
Context menu group for actions that display additional information. |
static java.lang.String |
GROUP_OPEN
Menu group for open actions. |
static java.lang.String |
GROUP_PRINT
Context menu group for print related actions. |
static java.lang.String |
GROUP_REST
Context menu group for actions which do not fit in one of the other categories. |
static java.lang.String |
GROUP_RESTORE
Context menu group for quick diff revert related actions. |
static java.lang.String |
GROUP_RULERS
Context menu group for ruler column related actions. |
static java.lang.String |
GROUP_SAVE
Context menu group for save related actions. |
static java.lang.String |
GROUP_SETTINGS
Context menu group for preference related actions. |
static java.lang.String |
GROUP_UNDO
Context menu group for undo/redo related actions. |
static java.lang.String |
HIPPIE_COMPLETION
Name of the action for emacs style word completion. |
static java.lang.String |
LINENUMBERS_TOGGLE
Name of the action for toggling line number display. |
static java.lang.String |
LOWER_CASE
Name of the action to turn a selection to lower case Value: "LowerCase" |
static java.lang.String |
MOVE_LINE_DOWN
Name of the action to move lines downwards Value: "MoveLineDown" |
static java.lang.String |
MOVE_LINE_UP
Name of the action to move lines upwards Value: "MoveLineUp" |
static java.lang.String |
NEXT
Name of standard Next global action in the Navigate menu. |
static java.lang.String |
PASTE
Name of standard Paste global action in the Edit menu. |
static java.lang.String |
PREVIOUS
Name of standard Previous global action in the Navigate menu. |
static java.lang.String |
PRINT
Name of standard Print global action in the File menu. |
static java.lang.String |
PROPERTIES
Name of standard Properties global action in the File menu. |
static java.lang.String |
QUICK_ASSIST
Name of the quick assist action Value: "QuickAssist" |
static java.lang.String |
QUICKDIFF_REVERT
Name of the action for reverting the selection or the block at the current selection. |
static java.lang.String |
QUICKDIFF_REVERTBLOCK
Name of the action for reverting the block at the current selection. |
static java.lang.String |
QUICKDIFF_REVERTDELETION
Name of the action for reverting deleted lines at the current selection. |
static java.lang.String |
QUICKDIFF_REVERTLINE
Name of the action for reverting the line at the current selection. |
static java.lang.String |
QUICKDIFF_REVERTSELECTION
Name of the action for reverting the current selection. |
static java.lang.String |
QUICKDIFF_TOGGLE
Name of the action for toggling quick diff display. |
static java.lang.String |
REDO
Name of standard Redo global action in the Edit menu. |
static java.lang.String |
REVERT
Name of standard Revert global action in the File menu. |
static java.lang.String |
REVERT_TO_SAVED
Name of the action for re-establishing the state after the most recent save operation. |
static java.lang.String |
REVISION_HIDE_INFO
Name of the action for hiding the revision info Value: "Revision.HideInfo" |
static java.lang.String |
RULER_CLICK
Name of the ruler action performed when clicking the editor's vertical ruler. |
static java.lang.String |
RULER_DOUBLE_CLICK
Name of the ruler action performed when double clicking the editor's vertical ruler. |
static java.lang.String |
RULER_MANAGE_BOOKMARKS
Name of the ruler action to manage bookmarks. |
static java.lang.String |
RULER_MANAGE_TASKS
Name of the ruler action to manage tasks. |
static java.lang.String |
RULER_PREFERENCES
Name of the action for showing the preferences from the editor ruler context menu. |
static java.lang.String |
SAVE
Name of standard Save global action in the File menu. |
static java.lang.String |
SELECT_ALL
Name of standard Select All global action in the Edit menu. |
static java.lang.String |
SET_MARK
Name of the action to set the mark. |
static java.lang.String |
SHIFT_LEFT
Name of the action for shifting text blocks to the left. |
static java.lang.String |
SHIFT_RIGHT
Name of the action for shifting text blocks to the right. |
static java.lang.String |
SHIFT_RIGHT_TAB
Name of the action for shifting text blocks to the right, triggered by the TAB key. |
static java.lang.String |
SMART_ENTER
Name of the action to insert a new line below the current position. |
static java.lang.String |
SMART_ENTER_INVERSE
Name of the action to insert a new line above the current position. |
static java.lang.String |
STATUS_CATEGORY_ELEMENT_STATE
Status line category "element state". |
static java.lang.String |
STATUS_CATEGORY_FIND_FIELD
Status line category "findField". |
static java.lang.String |
STATUS_CATEGORY_INPUT_MODE
Status line category "input mode". |
static java.lang.String |
STATUS_CATEGORY_INPUT_POSITION
Status line category "input position". |
static java.lang.String |
SWAP_MARK
Name of the action to swap the mark with the cursor position. |
static java.lang.String |
TOGGLE_INSERT_MODE
Name of the action for toggling the smart insert mode. |
static java.lang.String |
UNDO
Name of standard Undo global action in the Edit menu. |
static java.lang.String |
UPPER_CASE
Name of the action to turn a selection to upper case Value: "UpperCase" |
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_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_PROJECT, 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, PIN_GROUP, PRINT_EXT, PROJ_END, PROJ_START, QUIT, REBUILD_ALL, REBUILD_PROJECT, REFRESH, 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 |
Field Detail |
---|
static final java.lang.String GROUP_UNDO
"group.undo"
static final java.lang.String GROUP_COPY
"group.copy"
static final java.lang.String GROUP_EDIT
"group.edit"
static final java.lang.String GROUP_PRINT
"group.print"
static final java.lang.String GROUP_FIND
"group.find"
static final java.lang.String GROUP_SAVE
"group.save"
static final java.lang.String GROUP_REST
"group.rest"
static final java.lang.String GROUP_OPEN
"group.open"
static final java.lang.String GROUP_GENERATE
"group.generate"
).
static final java.lang.String SHIFT_RIGHT
"ShiftRight"
static final java.lang.String SHIFT_RIGHT_TAB
"ShiftRightTab"
static final java.lang.String SHIFT_LEFT
"ShiftLeft"
static final java.lang.String DELETE_LINE
"DeleteLine"
static final java.lang.String CUT_LINE
"CutLine"
static final java.lang.String DELETE_LINE_TO_BEGINNING
"DeleteLineToBeginning"
static final java.lang.String CUT_LINE_TO_BEGINNING
"CutLineToBeginning"
static final java.lang.String DELETE_LINE_TO_END
"DeleteLineToEnd"
static final java.lang.String CUT_LINE_TO_END
"CutLineToEnd"
static final java.lang.String SET_MARK
"SetMark"
static final java.lang.String CLEAR_MARK
"ClearMark"
static final java.lang.String SWAP_MARK
"SwapMark"
static final java.lang.String GOTO_LINE
"GotoLine"
static final java.lang.String SMART_ENTER
"SmartEnter"
static final java.lang.String SMART_ENTER_INVERSE
"SmartEnterInverse"
static final java.lang.String MOVE_LINE_UP
"MoveLineUp"
static final java.lang.String MOVE_LINE_DOWN
"MoveLineDown"
static final java.lang.String COPY_LINE_UP
"CopyLineUp"
static final java.lang.String COPY_LINE_DOWN
"CopyLineDown"
static final java.lang.String UPPER_CASE
"UpperCase"
static final java.lang.String LOWER_CASE
"LowerCase"
static final java.lang.String FIND_NEXT
"FindNext"
static final java.lang.String FIND_PREVIOUS
"FindPrevious"
static final java.lang.String FIND_INCREMENTAL
"FindIncremental"
static final java.lang.String FIND_INCREMENTAL_REVERSE
"FindIncrementalReverse"
static final java.lang.String CONVERT_LINE_DELIMITERS_TO_WINDOWS
"ConvertLineDelimitersToWindows"
static final java.lang.String CONVERT_LINE_DELIMITERS_TO_UNIX
"ConvertLineDelimitersToUNIX"
static final java.lang.String CONVERT_LINE_DELIMITERS_TO_MAC
"ConvertLineDelimitersToMAC"
static final java.lang.String CHANGE_ENCODING
"ChangeEncoding"
static final java.lang.String RULER_DOUBLE_CLICK
"RulerDoubleClick"
static final java.lang.String RULER_CLICK
"RulerClick"
static final java.lang.String RULER_MANAGE_TASKS
"ManageTasks"
static final java.lang.String RULER_MANAGE_BOOKMARKS
"ManageBookmarks"
static final java.lang.String STATUS_CATEGORY_INPUT_POSITION
"InputPosition"
static final java.lang.String STATUS_CATEGORY_INPUT_MODE
"InputMode"
static final java.lang.String STATUS_CATEGORY_ELEMENT_STATE
"ElementState"
static final java.lang.String STATUS_CATEGORY_FIND_FIELD
"findField"
static final java.lang.String COPY
"copy"
ActionFactory.COPY
static final java.lang.String CUT
"cut"
ActionFactory.CUT
static final java.lang.String DELETE
"delete"
ActionFactory.DELETE
static final java.lang.String FIND
"find"
ActionFactory.FIND
static final java.lang.String PASTE
"paste"
ActionFactory.PASTE
static final java.lang.String PRINT
"print"
ActionFactory.PRINT
static final java.lang.String PROPERTIES
"properties"
ActionFactory.PROPERTIES
static final java.lang.String REDO
"redo"
ActionFactory.REDO
static final java.lang.String UNDO
"undo"
ActionFactory.UNDO
static final java.lang.String SAVE
"save"
ActionFactory.SAVE
static final java.lang.String SELECT_ALL
"selectAll"
ActionFactory.SELECT_ALL
static final java.lang.String REVERT
"revert"
ActionFactory.REVERT
static final java.lang.String NEXT
"next"
ActionFactory.NEXT
static final java.lang.String PREVIOUS
"previous"
ActionFactory.PREVIOUS
static final java.lang.String REVERT_TO_SAVED
"ITextEditorActionConstants.REVERT"
static final java.lang.String TOGGLE_INSERT_MODE
"ToggleInsertMode"
static final java.lang.String GROUP_SETTINGS
"settings"
static final java.lang.String GROUP_RULERS
"rulers"
static final java.lang.String GROUP_RESTORE
"restore"
static final java.lang.String GROUP_INFORMATION
"group.information"
.
static final java.lang.String GROUP_ASSIST
"group.assist"
.
static final java.lang.String CONTEXT_PREFERENCES
"Preferences.ContextAction"
static final java.lang.String RULER_PREFERENCES
"Preferences.RulerAction"
static final java.lang.String LINENUMBERS_TOGGLE
"Linenumbers.Toggle"
static final java.lang.String QUICKDIFF_REVERTDELETION
"QuickDiff.RevertDeletion"
static final java.lang.String QUICKDIFF_REVERTLINE
"QuickDiff.RevertLine"
static final java.lang.String QUICKDIFF_REVERT
"QuickDiff.Revert"
static final java.lang.String QUICKDIFF_REVERTBLOCK
"QuickDiff.RevertBlock"
static final java.lang.String QUICKDIFF_REVERTSELECTION
"QuickDiff.RevertBlock"
static final java.lang.String QUICKDIFF_TOGGLE
"QuickDiff.Toggle"
static final java.lang.String HIPPIE_COMPLETION
"HIPPIE_COMPLETION"
static final java.lang.String REVISION_HIDE_INFO
"Revision.HideInfo"
static final java.lang.String QUICK_ASSIST
"QuickAssist"
|
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.