Eclipse Platform
Release 3.2

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 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

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

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

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

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

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

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

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

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.