Uses of Class
org.eclipse.ui.texteditor.ResourceAction
Packages that use ResourceAction
Package
Description
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of ResourceAction in org.eclipse.ui.texteditor
Subclasses of ResourceAction 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.classAn action which finds the next/previous occurrence of the last search or the current selection if present.classAn action which opens a Find/Replace dialog.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.classAn action which enters the incremental find mode like in emacs.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.classA ruler action which can add and remove markers which have a visual representation in the ruler.classDeprecated.useMarkerRulerActioninsteadclassAction for moving selected lines in an editor.classAn action to handle emacs-like recenter.final classAction used by an editor action bar contributor to establish placeholders in menus or action bars which can be retargeted to dynamically changing actions, for example, those which come from the active editor.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.classA ruler action which can select the textual range of a marker that has a visual representation in a vertical ruler.classDeprecated.As of 2.1, replaced bySelectMarkerRulerActionclassAction 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.classSkeleton of a standard text editor action.final classAn action which gets a text operation target from its text editor.