Class Index | File Index

Classes


Class orion.editor.ContentAssistProvider

Interface defining a provider of content assist proposals.
Defined in: </shared/eclipse/e4/orion/I201210191304/plugins/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 Fri Oct 19 2012 13:08:14 GMT-0400 (EDT)