Uses of Interface
org.eclipse.ui.texteditor.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
-
Uses of IUpdate in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionvoid
void
Adds the given IUpdate to this view's collection of updatable objects.void
void
Removes the given IUpdate from this view's collection of updatable objects. -
Uses of IUpdate in org.eclipse.debug.ui.actions
Modifier and TypeClassDescriptionclass
Action to run to line in a vertical ruler of a workbench part containing a document.class
Action to toggle a breakpoint in a vertical ruler of a workbench part containing a document. -
Uses of IUpdate in org.eclipse.ui.console.actions
Modifier and TypeClassDescriptionclass
Common function for actions that operate on a text viewer.class
Action to position a text viewer to a specific line. -
Uses of IUpdate 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
An action which finds the next/previous occurrence of the last search or the current selection if present.class
An action which opens a Find/Replace dialog.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
An action which enters the incremental find mode like in emacs.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
A ruler action which can add and remove markers which have a visual representation in the ruler.class
Deprecated.useMarkerRulerAction
insteadclass
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
A ruler action which can select the textual range of a marker that has a visual representation in a vertical ruler.class
Deprecated.As of 2.1, replaced bySelectMarkerRulerAction
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.class
Skeleton of a standard text editor action.final class
An action which gets a text operation target from its text editor. -
Uses of IUpdate in org.eclipse.ui.texteditor.quickdiff
Modifier and TypeClassDescriptionclass
Action to toggle the line number bar's quick diff display.