Class orion.editor.StyleReadyEvent
Represents the styling for a range of lines, as provided by a service.
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/AsyncStyler.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Represents the styling for a range of lines, as provided by a service.
|
Field Attributes | Field Name and Description |
---|---|
A map of style information.
|
Class Detail
orion.editor.StyleReadyEvent()
Represents the styling for a range of lines, as provided by a service.
Field Detail
{Object}
lineStyles
A map of style information. Each key of the map is a line index, and the value
is a orion.editor.StyleReadyEvent#LineStyle giving the style information for the line.