Class Index | File Index

Classes


Class orion.editor.ContentAssistProvider.Context


Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/contentAssist.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
The text of the line on which content assist is being requested.
 
Any non-whitespace, non-symbol characters preceding the offset.
 
The current selection.
Class Detail
orion.editor.ContentAssistProvider.Context()
Field Detail
{String} line
The text of the line on which content assist is being requested.

{String} prefix
Any non-whitespace, non-symbol characters preceding the offset.

{orion.editor.Selection} selection
The current selection.

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