Class orion.textview.SelectionEvent
This is the event sent when the selection changes in the text view.
See:
orion.textview.TextView
orion.textview.TextView#event:onSelection
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 new selection.
|
|
The old selection.
|
Field Detail
{orion.textview.Selection}
newValue
The new selection.
{orion.textview.Selection}
oldValue
The old selection.