Class orion.editor.ModelChangedEvent
This is the event sent when the text in the model has changed.
See:
orion.editor.TextView
orion.editor.TextView#event:onModelChanged
orion.editor.TextModel#onChanged
Defined in: </jobs/genie.orion/orion-client-stable/workspace/bundles/org.eclipse.orion.client.editor/web/orion/editor/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.