Class Index | File Index

Classes


Class orion.textview.ModelChangedEvent

This is the event sent when the text in the model has changed.

See:
orion.textview.TextView
orion.textview.TextView#event:onModelChanged
orion.textview.TextModel#onChanged


Defined in: </shared/eclipse/e4/orion/I201301232230/plugins/org.eclipse.orion.client.editor/web/orion/textview/textView.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
The number of characters added to the model.
 
The number of lines added to the model.
 
The number of characters removed from the model.
 
The number of lines removed from the model.
 
The character offset in the model where the change has occurred.
Class Detail
orion.textview.ModelChangedEvent()
Field Detail
{Number} addedCharCount
The number of characters added to the model.

{Number} addedLineCount
The number of lines added to the model.

{Number} removedCharCount
The number of characters removed from the model.

{Number} removedLineCount
The number of lines removed from the model.

{Number} start
The character offset in the model where the change has occurred.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jan 23 2013 22:37:25 GMT-0500 (EST)