Uses of Package
org.eclipse.text.edits
Package
Description
Provides the API for manipulating file buffers.
Provides a framework for creating and manipulating text documents.
Application programming interfaces for interaction
with the Eclipse text template support.
Application programmer interface to implement semantic preserving workspace transformations.
Provides support for describing and applying textual document editions.
-
ClassDescriptionThrown to indicate that an edit got added to a parent edit but the child edit somehow conflicts with the parent or one of it siblings.A multi-text edit can be used to aggregate several edits into one edit.A text edit describes an elementary text manipulation operation.This class encapsulates the reverse changes of an executed text edit tree.
-
ClassDescriptionThrown to indicate that an edit got added to a parent edit but the child edit somehow conflicts with the parent or one of it siblings.A text edit describes an elementary text manipulation operation.A
TextEditProcessor
manages a set of edits and applies them as a whole to anIDocument
.This class encapsulates the reverse changes of an executed text edit tree. -
ClassDescriptionThrown to indicate that an edit got added to a parent edit but the child edit somehow conflicts with the parent or one of it siblings.
-
ClassDescriptionThrown to indicate that an edit got added to a parent edit but the child edit somehow conflicts with the parent or one of it siblings.A text edit describes an elementary text manipulation operation.A text edit group combines a list of
TextEdit
s and a name into a single object.This class encapsulates the reverse changes of an executed text edit tree. -
ClassDescriptionA
CopyingRangeMarker
can be used to track positions when executing text edits.A copy source edit denotes the source of a copy operation.A copy target edit denotes the target of a copy operation.Text edit to delete a range in a document.Text edit to insert a text at a given position in a document.A source modifier can be used to modify the source of a move or copy edit before it gets inserted at the target position.Thrown to indicate that an edit got added to a parent edit but the child edit somehow conflicts with the parent or one of it siblings.A move source edit denotes the source of a move operation.A move target edit denotes the target of a move operation.A multi-text edit can be used to aggregate several edits into one edit.A range marker can be used to track positions when executing text edits.Text edit to replace a range in a document with a different string.A text edit describes an elementary text manipulation operation.Copies a tree of text edits.A visitor for text edits.This class encapsulates the reverse changes of an executed text edit tree.