Class orion.editor.TextChange
This object represents a text change.
See:
orion.editor.UndoStack
orion.editor.UndoStack#getUndoChanges
orion.editor.UndoStack#getRedoChanges
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/undoStack.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
The end offset in the model of the range to be replaced
|
|
The start offset in the model of the range to be replaced.
|
|
the text to be inserted
|
Field Detail
{Number}
end
The end offset in the model of the range to be replaced
{Number}
start
The start offset in the model of the range to be replaced.
{String}
text
the text to be inserted