Class orion.textview.VerifyEvent
This is the event sent when the text is about to be modified by the text view.
See:
orion.textview.TextView
orion.textview.TextView#event:onVerify
Defined in: </shared/eclipse/e4/orion/I201107200200/plugins/org.eclipse.orion.client.editor/web/orion/textview/textView.js>.
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Field Attributes | Field Name and Description | 
|---|---|
| 
								
								 The end offset (exclusive) of the text range to be replaced. 
							 | 
						|
| 
								
								 The start offset of the text range to be replaced. 
							 | 
						|
| 
								
								 The text being inserted. 
							 | 
						
					Field Detail
				
				
					 
					
					
					{Number}
					end
					
					
					
						The end offset (exclusive) of the text range to be replaced.
						
						
					
					
					
						
						
						
						
					
					
					{Number}
					start
					
					
					
						The start offset of the text range to be replaced.
						
						
					
					
					
						
						
						
						
					
					
					{String}
					text
					
					
					
						The text being inserted.