Class Index | File Index

Classes


Class orion.editor.ContentAssistProvider

Interface defining a provider of content assist proposals.
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
 
Method Summary
Method Attributes Method Name and Description
 
computeProposals(buffer, offset, context)
Class Detail
orion.editor.ContentAssistProvider()
Method Detail
{Object[]} computeProposals(buffer, offset, context)
Parameters:
{String} buffer
The buffer being edited.
{Number} offset
The position in the buffer at which content assist is being requested.
{orion.editor.ContentAssistProvider.Context} context
Returns:
{Object[]} This provider's proposals for the given buffer and offset.

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