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