Class Index | File Index

Classes


Class orion.editor.StyleReadyEvent#LineStyle

Represents style information for a line.
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/AsyncStyler.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Represents style information for a line.
Field Summary
Field Attributes Field Name and Description
 
Optional; Gives the error styles for this line.
 
Optional; Gives the styles for this line.
Class Detail
orion.editor.StyleReadyEvent#LineStyle()
Represents style information for a line.

Note that the offsets given in the #ranges and #errors properties are relative to the start of the line that this LineStyle is associated with, not the start of the document.

Field Detail
{orion.editor.StyleRange[]} errors
Optional; Gives the error styles for this line. Error styles will be presented as annotations in the UI.

{orion.editor.StyleRange[]} ranges
Optional; Gives the styles for this line.

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Apr 01 2014 22:58:23 GMT-0400 (EDT)