Class Index | File Index

Classes


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>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
end
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
Class Detail
orion.editor.TextChange()
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

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Apr 01 2014 22:58:23 GMT-0400 (EDT)