Package org.eclipse.ui.texteditor
Interface IAbstractTextEditorHelpContextIds
-
- All Known Subinterfaces:
ITextEditorHelpContextIds
public interface IAbstractTextEditorHelpContextIdsHelp context ids for the text editor.This interface contains constants only; it is not intended to be implemented.
- 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 StringACTION_POSTFIXThe string which is appended to action ids to construct help context ids.static StringADD_TASK_ACTIONDeprecated.in 3.0 Useorg.eclipse.ui.texteditor.ITextEditorHelpContextIds.ADD_TASK_ACTIONinstead.static StringBLOCK_SELECTION_MODE_ACTIONHelp context id for the block selection mode toggle action.static StringBOOKMARK_ACTIONDeprecated.in 3.0 Useorg.eclipse.ui.texteditor.ITextEditorHelpContextIds.BOOKMARK_ACTIONinstead.static StringCLEAR_MARK_ACTIONHelp context id for the action.static StringCONTENT_ASSIST_ACTIONHelp context id for the content assist action.static StringCONTENT_ASSIST_CONTEXT_INFORMATION_ACTIONHelp context id for the content assist context information action.static StringCONVERT_LINE_DELIMITERS_TO_MACDeprecated.since 3.1 No longer supported as editor actions.static StringCONVERT_LINE_DELIMITERS_TO_UNIXDeprecated.since 3.1.static StringCONVERT_LINE_DELIMITERS_TO_WINDOWSDeprecated.since 3.1.static StringCOPY_ACTIONHelp context id for the action.static StringCOPY_LINES_ACTIONHelp context id for the action.static StringCUT_ACTIONHelp context id for the action.static StringCUT_LINE_ACTIONHelp context id for the action.static StringCUT_LINE_TO_BEGINNING_ACTIONHelp context id for the action.static StringCUT_LINE_TO_END_ACTIONHelp context id for the action.static StringDELETE_ACTIONHelp context id for the action.static StringDELETE_LINE_ACTIONHelp context id for the action.static StringDELETE_LINE_TO_BEGINNING_ACTIONHelp context id for the action.static StringDELETE_LINE_TO_END_ACTIONHelp context id for the action.static StringFIND_ACTIONHelp context id for the action.static StringFIND_INCREMENTAL_ACTIONHelp context id for the action.static StringFIND_INCREMENTAL_REVERSE_ACTIONHelp context id for the action.static StringFIND_NEXT_ACTIONHelp context id for the action.static StringFIND_PREVIOUS_ACTIONHelp context id for the action.static StringFIND_REPLACE_DIALOGHelp context id for the action.static StringGOTO_LAST_EDIT_POSITION_ACTIONHelp context id for the action.static StringGOTO_LINE_ACTIONHelp context id for the action.static StringGOTO_NEXT_ANNOTATION_ACTIONHelp context id for the action.static StringGOTO_NEXT_EDIT_POSITION_ACTIONHelp context id for the action.static StringGOTO_PREVIOUS_ANNOTATION_ACTIONHelp context id for the action.static StringHIPPIE_COMPLETION_ACTIONHelp context id for the word completion action.static StringJOIN_LINES_ACTIONHelp context id for the action.static StringLOWER_CASE_ACTIONHelp context id for the action.static StringMOVE_LINES_ACTIONHelp context id for the action.static StringOPEN_HYPERLINK_ACTIONHelp context id for the open hyperlink action.static StringPASTE_ACTIONHelp context id for the action.static StringPREFIXThe string with which all other defined ids are prefixed to construct help context ids.static StringPRINT_ACTIONHelp context id for the action.static StringQUICK_ASSIST_ACTIONHelp context id for the quick assist action.static StringRECENTER_ACTIONHelp context id for the recenter action.static StringREDO_ACTIONHelp context id for the action.static StringREVERT_TO_SAVED_ACTIONHelp context id for the action.static StringSAVE_ACTIONDeprecated.As of 3.5, no longer usedstatic StringSELECT_ALL_ACTIONHelp context id for the action.static StringSET_MARK_ACTIONHelp context id for the action.static StringSHIFT_LEFT_ACTIONHelp context id for the action.static StringSHIFT_RIGHT_ACTIONHelp context id for the action.static StringSHOW_INFORMATION_ACTIONHelp context id for the action that displays information for the current caret location in a sticky hover.static StringSHOW_WHITESPACE_CHARACTERS_ACTIONHelp context id for the show whitespace characters action.static StringSMART_ENTER_ACTIONHelp context id for the action.static StringSWAP_MARK_ACTIONHelp context id for the action.static StringTEMPLATES_VIEWHelp context id used for the templates view.static StringTOGGLE_INSERT_MODE_ACTIONHelp context id for the smart insert mode toggle action.static StringUNDO_ACTIONHelp context id for the action.static StringUPPER_CASE_ACTIONHelp context id for the action.static StringWORD_WRAP_TOGGLE_ACTIONHelp context id for the word wrap toggle action.
-
-
-
Field Detail
-
PREFIX
static final String PREFIX
The string with which all other defined ids are prefixed to construct help context ids. Value:"org.eclipse.ui."- See Also:
- Constant Field Values
-
ACTION_POSTFIX
static final String ACTION_POSTFIX
The string which is appended to action ids to construct help context ids. Value:"_action_context"- See Also:
- Constant Field Values
-
UNDO_ACTION
static final String UNDO_ACTION
Help context id for the action. Value:"org.eclipse.ui.undo_action_context"
-
REDO_ACTION
static final String REDO_ACTION
Help context id for the action. Value:"org.eclipse.ui.redo_action_context"
-
CUT_ACTION
static final String CUT_ACTION
Help context id for the action. Value:"org.eclipse.ui.cut_action_context"
-
COPY_ACTION
static final String COPY_ACTION
Help context id for the action. Value:"org.eclipse.ui.copy_action_context"
-
PASTE_ACTION
static final String PASTE_ACTION
Help context id for the action. Value:"org.eclipse.ui.paste_action_context"
-
DELETE_ACTION
static final String DELETE_ACTION
Help context id for the action. Value:"org.eclipse.ui.delete_action_context"
-
DELETE_LINE_ACTION
static final String DELETE_LINE_ACTION
Help context id for the action. Value:"org.eclipse.ui.DeleteLine_action_context"- Since:
- 2.0
- See Also:
- Constant Field Values
-
JOIN_LINES_ACTION
static final String JOIN_LINES_ACTION
Help context id for the action. Value:"org.eclipse.ui.JoinLines_action_context"- Since:
- 3.3
- See Also:
- Constant Field Values
-
CUT_LINE_ACTION
static final String CUT_LINE_ACTION
Help context id for the action. Value:"org.eclipse.ui.CutLine_action_context"- Since:
- 2.1
- See Also:
- Constant Field Values
-
DELETE_LINE_TO_BEGINNING_ACTION
static final String DELETE_LINE_TO_BEGINNING_ACTION
Help context id for the action. Value:"org.eclipse.ui.DeleteLineToBeginning_action_context"- Since:
- 2.0
- See Also:
- Constant Field Values
-
CUT_LINE_TO_BEGINNING_ACTION
static final String CUT_LINE_TO_BEGINNING_ACTION
Help context id for the action. Value:"org.eclipse.ui.CutLineToBeginning_action_context"- Since:
- 2.1
- See Also:
- Constant Field Values
-
DELETE_LINE_TO_END_ACTION
static final String DELETE_LINE_TO_END_ACTION
Help context id for the action. Value:"org.eclipse.ui.DeleteLineToEnd_action_context"- Since:
- 2.0
- See Also:
- Constant Field Values
-
CUT_LINE_TO_END_ACTION
static final String CUT_LINE_TO_END_ACTION
Help context id for the action. Value:"org.eclipse.ui.CutLineToEnd_action_context"- Since:
- 2.1
- See Also:
- Constant Field Values
-
SET_MARK_ACTION
static final String SET_MARK_ACTION
Help context id for the action. Value:"org.eclipse.ui.SetMark_action_context"- Since:
- 2.0
- See Also:
- Constant Field Values
-
CLEAR_MARK_ACTION
static final String CLEAR_MARK_ACTION
Help context id for the action. Value:"org.eclipse.ui.ClearMark_action_context"- Since:
- 2.0
- See Also:
- Constant Field Values
-
SWAP_MARK_ACTION
static final String SWAP_MARK_ACTION
Help context id for the action. Value:"org.eclipse.ui.SwapMark_action_context"- Since:
- 2.0
- See Also:
- Constant Field Values
-
SELECT_ALL_ACTION
static final String SELECT_ALL_ACTION
Help context id for the action. Value:"org.eclipse.ui.selectAll_action_context"
-
SHIFT_RIGHT_ACTION
static final String SHIFT_RIGHT_ACTION
Help context id for the action. Value:"org.eclipse.ui.ShiftRight_action_context"- See Also:
- Constant Field Values
-
SHIFT_LEFT_ACTION
static final String SHIFT_LEFT_ACTION
Help context id for the action. Value:"org.eclipse.ui.ShiftLeft_action_context"- See Also:
- Constant Field Values
-
FIND_ACTION
static final String FIND_ACTION
Help context id for the action. Value:"org.eclipse.ui.find_action_context"
-
FIND_NEXT_ACTION
static final String FIND_NEXT_ACTION
Help context id for the action. Value:"org.eclipse.ui.FindNext_action_context"- Since:
- 2.0
- See Also:
- Constant Field Values
-
FIND_PREVIOUS_ACTION
static final String FIND_PREVIOUS_ACTION
Help context id for the action. Value:"org.eclipse.ui.FindPrevious_action_context"- Since:
- 2.0
- See Also:
- Constant Field Values
-
GOTO_NEXT_ANNOTATION_ACTION
static final String GOTO_NEXT_ANNOTATION_ACTION
Help context id for the action. Value:"org.eclipse.ui.goto_next_annotation_action_context"- Since:
- 3.2
- See Also:
- Constant Field Values
-
GOTO_PREVIOUS_ANNOTATION_ACTION
static final String GOTO_PREVIOUS_ANNOTATION_ACTION
Help context id for the action. Value:"org.eclipse.ui.goto_previous_annotation_action_context"- Since:
- 3.2
- See Also:
- Constant Field Values
-
FIND_INCREMENTAL_ACTION
static final String FIND_INCREMENTAL_ACTION
Help context id for the action. Value:"org.eclipse.ui.FindIncremental_action_context"- Since:
- 2.0
- See Also:
- Constant Field Values
-
FIND_INCREMENTAL_REVERSE_ACTION
static final String FIND_INCREMENTAL_REVERSE_ACTION
Help context id for the action. Value:"org.eclipse.ui.FindIncrementalReverse_action_context"- Since:
- 2.1
- See Also:
- Constant Field Values
-
BOOKMARK_ACTION
@Deprecated static final String BOOKMARK_ACTION
Deprecated.in 3.0 Useorg.eclipse.ui.texteditor.ITextEditorHelpContextIds.BOOKMARK_ACTIONinstead.Help context id for the action. Value:"org.eclipse.ui.bookmark_action_context"- See Also:
- Constant Field Values
-
ADD_TASK_ACTION
@Deprecated static final String ADD_TASK_ACTION
Deprecated.in 3.0 Useorg.eclipse.ui.texteditor.ITextEditorHelpContextIds.ADD_TASK_ACTIONinstead.Help context id for the action. Value:"org.eclipse.ui.addTask_action_context"- See Also:
- Constant Field Values
-
SAVE_ACTION
@Deprecated static final String SAVE_ACTION
Deprecated.As of 3.5, no longer usedHelp context id for the action. Value:"org.eclipse.ui.save_action_context"
-
REVERT_TO_SAVED_ACTION
static final String REVERT_TO_SAVED_ACTION
Help context id for the action. Value:"org.eclipse.ui.revert_action_context"
-
GOTO_LINE_ACTION
static final String GOTO_LINE_ACTION
Help context id for the action. Value:"org.eclipse.ui.GotoLine_action_context"- See Also:
- Constant Field Values
-
PRINT_ACTION
static final String PRINT_ACTION
Help context id for the action. Value:"org.eclipse.ui.print_action_context"
-
CONVERT_LINE_DELIMITERS_TO_WINDOWS
@Deprecated static final String CONVERT_LINE_DELIMITERS_TO_WINDOWS
Deprecated.since 3.1. No longer supported as editor actions.Help context id for the action. Value:"org.eclipse.ui.ConvertLineDelimitersToWindows_action_context"- Since:
- 2.0
- See Also:
- Constant Field Values
-
CONVERT_LINE_DELIMITERS_TO_UNIX
@Deprecated static final String CONVERT_LINE_DELIMITERS_TO_UNIX
Deprecated.since 3.1. No longer supported as editor actions.Help context id for the action. Value:"org.eclipse.ui.ConvertLineDelimitersToUNIX_action_context"- Since:
- 2.0
- See Also:
- Constant Field Values
-
CONVERT_LINE_DELIMITERS_TO_MAC
@Deprecated static final String CONVERT_LINE_DELIMITERS_TO_MAC
Deprecated.since 3.1 No longer supported as editor actions.Help context id for the action. Value:"org.eclipse.ui.ConvertLineDelimitersToMAC_action_context"- Since:
- 2.0
- See Also:
- Constant Field Values
-
FIND_REPLACE_DIALOG
static final String FIND_REPLACE_DIALOG
Help context id for the action. Value:"org.eclipse.ui.find_replace_dialog_context"- See Also:
- Constant Field Values
-
GOTO_LAST_EDIT_POSITION_ACTION
static final String GOTO_LAST_EDIT_POSITION_ACTION
Help context id for the action. Value:"org.eclipse.ui.goto_last_edit_position_action_context"- Since:
- 2.1
- See Also:
- Constant Field Values
-
GOTO_NEXT_EDIT_POSITION_ACTION
static final String GOTO_NEXT_EDIT_POSITION_ACTION
Help context id for the action. Value:"org.eclipse.ui.goto_next_edit_position_action_context"- Since:
- 3.15
- See Also:
- Constant Field Values
-
MOVE_LINES_ACTION
static final String MOVE_LINES_ACTION
Help context id for the action. Value:"org.eclipse.ui.move_lines_action_context"- Since:
- 3.0
- See Also:
- Constant Field Values
-
COPY_LINES_ACTION
static final String COPY_LINES_ACTION
Help context id for the action. Value:"org.eclipse.ui.copy_lines_action_context"- Since:
- 3.0
- See Also:
- Constant Field Values
-
UPPER_CASE_ACTION
static final String UPPER_CASE_ACTION
Help context id for the action. Value:"org.eclipse.ui.upper_case_action_context"- Since:
- 3.0
- See Also:
- Constant Field Values
-
LOWER_CASE_ACTION
static final String LOWER_CASE_ACTION
Help context id for the action. Value:"org.eclipse.ui.lower_case_action_context"- Since:
- 3.0
- See Also:
- Constant Field Values
-
SMART_ENTER_ACTION
static final String SMART_ENTER_ACTION
Help context id for the action. Value:"org.eclipse.ui.smart_enter_action_context"- Since:
- 3.0
- See Also:
- Constant Field Values
-
TOGGLE_INSERT_MODE_ACTION
static final String TOGGLE_INSERT_MODE_ACTION
Help context id for the smart insert mode toggle action. Value:"org.eclipse.ui.toggle_insert_mode_action_context"- Since:
- 3.0
- See Also:
- Constant Field Values
-
HIPPIE_COMPLETION_ACTION
static final String HIPPIE_COMPLETION_ACTION
Help context id for the word completion action. Value:"org.eclipse.ui.hippie_completion_action_context"- Since:
- 3.1
- See Also:
- Constant Field Values
-
CONTENT_ASSIST_ACTION
static final String CONTENT_ASSIST_ACTION
Help context id for the content assist action. Value:"org.eclipse.ui.content_assist_action_context"- Since:
- 3.5
- See Also:
- Constant Field Values
-
CONTENT_ASSIST_CONTEXT_INFORMATION_ACTION
static final String CONTENT_ASSIST_CONTEXT_INFORMATION_ACTION
Help context id for the content assist context information action. Value:"org.eclipse.ui.content_assist_context_information_action_context"- Since:
- 3.5
- See Also:
- Constant Field Values
-
QUICK_ASSIST_ACTION
static final String QUICK_ASSIST_ACTION
Help context id for the quick assist action. Value:"org.eclipse.ui.quick_assist_action_context"- Since:
- 3.2
- See Also:
- Constant Field Values
-
RECENTER_ACTION
static final String RECENTER_ACTION
Help context id for the recenter action. Value:"org.eclipse.ui.recenter_action_context"- Since:
- 3.3
- See Also:
- Constant Field Values
-
SHOW_WHITESPACE_CHARACTERS_ACTION
static final String SHOW_WHITESPACE_CHARACTERS_ACTION
Help context id for the show whitespace characters action. Value:"org.eclipse.ui.show_whitespace_characters_action_context"- Since:
- 3.3
- See Also:
- Constant Field Values
-
SHOW_INFORMATION_ACTION
static final String SHOW_INFORMATION_ACTION
Help context id for the action that displays information for the current caret location in a sticky hover. Value:"org.eclipse.ui.show_information_action_context"- Since:
- 3.3
- See Also:
IInformationProvider, Constant Field Values
-
TEMPLATES_VIEW
static final String TEMPLATES_VIEW
Help context id used for the templates view. Value:"org.eclipse.ui.templates_view_context"- Since:
- 3.4
- See Also:
- Constant Field Values
-
BLOCK_SELECTION_MODE_ACTION
static final String BLOCK_SELECTION_MODE_ACTION
Help context id for the block selection mode toggle action. Value:"org.eclipse.ui.block_selection_mode_context_action_context"- Since:
- 3.5
- See Also:
- Constant Field Values
-
WORD_WRAP_TOGGLE_ACTION
static final String WORD_WRAP_TOGGLE_ACTION
Help context id for the word wrap toggle action. Value:"org.eclipse.ui.word_wrap_toggle_action_context"- Since:
- 3.10
- See Also:
- Constant Field Values
-
OPEN_HYPERLINK_ACTION
static final String OPEN_HYPERLINK_ACTION
Help context id for the open hyperlink action. Value:"org.eclipse.ui.open_hyperlink_action_context"- Since:
- 3.7
- See Also:
- Constant Field Values
-
-