Uses of Class
org.eclipse.ui.texteditor.TextEditorAction
Package
Description
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of TextEditorAction in org.eclipse.ui.texteditor
Modifier and TypeClassDescriptionclass
Action for creating a marker of a specified type for the editor's input element based on the editor's selection.class
Creates a new task marker.class
Action that converts the current selection to lower case or upper case.class
Action for changing the encoding of the editor's input element.final class
A content assist action which gets its target from its text editor.class
Deprecated.since 3.1.class
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
Action for jumping to a particular annotation in the editor's text viewer.class
Action for jumping to a particular line in the editor's text viewer.class
This action implements smart return.class
Action for joining two or more lines together by deleting the line delimiters and trimming the whitespace between them.class
An action to handle emacs-like marked regions.class
Action for moving selected lines in an editor.class
An action to handle emacs-like recenter.class
Action for abandoning changes made in the text editor since the last save operation.class
Deprecated.As of 3.5, replaced byActionFactory.SAVE
class
A ruler action which can select the textual range of an annotation that has a visual representation in a vertical ruler.class
Action for shifting code to the right or left by one indentation level.class
This action toggles the display of whitespace characters by attaching/detaching anWhitespaceCharacterPainter
to the associated text editor.final class
An action which gets a text operation target from its text editor.