Package | Description |
---|---|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
Modifier and Type | Class and Description |
---|---|
class |
AddMarkerAction
Action for creating a marker of a specified type for the editor's
input element based on the editor's selection.
|
class |
AddTaskAction
Creates a new task marker.
|
class |
CaseAction
Action that converts the current selection to lower case or upper case.
|
class |
ChangeEncodingAction
Action for changing the encoding of the editor's
input element.
|
class |
ContentAssistAction
A content assist action which gets its target from its text editor.
|
class |
ConvertLineDelimitersAction
Deprecated.
since 3.1. Line delimiter conversion has been modified to work on groups of files rather than being editor specific
|
class |
DeleteLineAction
An action to delete a whole line, the fraction of the line that is left from the cursor
or the fraction that is right from the cursor.
|
class |
GotoAnnotationAction
Action for jumping to a particular annotation in the editor's text viewer.
|
class |
GotoLineAction
Action for jumping to a particular line in the editor's text viewer.
|
class |
InsertLineAction
This action implements smart return.
|
class |
JoinLinesAction
Action for joining two or more lines together by deleting the
line delimiters and trimming the whitespace between them.
|
class |
MarkAction
An action to handle emacs-like marked regions.
|
class |
MoveLinesAction
Action for moving selected lines in an editor.
|
class |
RecenterAction
An action to handle emacs-like recenter.
|
class |
RevertToSavedAction
Action for abandoning changes made in the text editor since the last save
operation.
|
class |
SaveAction
Deprecated.
As of 3.5, replaced by
ActionFactory.SAVE |
class |
SelectAnnotationRulerAction
A ruler action which can select the textual range of an annotation that has a
visual representation in a vertical ruler.
|
class |
ShiftAction
Action for shifting code to the right or left by one indentation level.
|
class |
ShowWhitespaceCharactersAction
This action toggles the display of whitespace characters by
attaching/detaching an
WhitespaceCharacterPainter to the
associated text editor. |
class |
TextOperationAction
An action which gets a text operation target from its text editor.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.