Class Index | File Index

Classes


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>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
end
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.
Class Detail
orion.editor.StyleRange()
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.

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