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>.
Constructor Attributes | Constructor Name and Description |
---|---|
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.
|
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.