Class orion.textview.Selection
A Selection represents a range of selected text in the view.
Defined in: </shared/eclipse/e4/orion/I201301232230/plugins/org.eclipse.orion.client.editor/web/orion/textview/textView.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Constructs a new Selection object.
|
Field Attributes | Field Name and Description |
---|---|
The selection end offset.
|
|
The selection start offset.
|
Field Detail
end
The selection end offset.
start
The selection start offset.