Class orion.editor.SelectionEvent
This is the event sent when the selection changes in the text view.
See:
orion.editor.TextView
orion.editor.TextView#event:onSelection
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/textView.js>.
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Field Attributes | Field Name and Description | 
|---|---|
| The new selection. | |
| The old selection. | 
					Field Detail
				
				
					 
					
					
					{orion.editor.Selection}
					newValue
					
					
					
						The new selection.
						
						
					
					
					
						
						
						
						
					
					
					{orion.editor.Selection}
					oldValue
					
					
					
						The old selection.