Class orion.editor.StyleRange
This object is used to style range.
See:
orion.editor.TextView
orion.editor.TextView#event:onLineStyle
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 end character offset (exclusive), relative to the document, where the style should be applied.
|
|
The start character offset, relative to the document, where the style should be applied.
|
|
The style for the range.
|
Field Detail
{Number}
end
The end character offset (exclusive), relative to the document, where the style should be applied.
{Number}
start
The start character offset, relative to the document, where the style should be applied.
{orion.editor.Style}
style
The style for the range.