Uses of Interface
org.eclipse.ui.texteditor.IUpdate
Packages that use IUpdate
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a set of actions related to running and debugging applications.
Application programming interfaces for Eclipse console specific
actions.
Provides a framework for text editors obeying to the
desktop rules.
Provides interfaces to for the
org.eclipse.ui.editors.quickDiffReferenceProvider
extension point and adds an action to enable quick diff display for an editor.-
Uses of IUpdate in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement IUpdate -
Uses of IUpdate in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type IUpdateModifier and TypeMethodDescriptionvoidvoidAdds the given IUpdate to this view's collection of updatable objects.voidvoidRemoves the given IUpdate from this view's collection of updatable objects. -
Uses of IUpdate in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement IUpdateModifier and TypeClassDescriptionclassAction to run to line in a vertical ruler of a workbench part containing a document.classAction to toggle a breakpoint in a vertical ruler of a workbench part containing a document. -
Uses of IUpdate in org.eclipse.ui.console.actions
Classes in org.eclipse.ui.console.actions that implement IUpdateModifier and TypeClassDescriptionclassCommon function for actions that operate on a text viewer.classAction to position a text viewer to a specific line. -
Uses of IUpdate in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IUpdateModifier 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.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. -
Uses of IUpdate in org.eclipse.ui.texteditor.quickdiff
Classes in org.eclipse.ui.texteditor.quickdiff that implement IUpdateModifier and TypeClassDescriptionclassAction to toggle the line number bar's quick diff display.