Class Index | File Index

Classes


Class orion.contentAssist.JavaScriptContentAssistProvider

orion.contentAssist.JavaScriptContentAssistProvider
Defined in: </shared/eclipse/e4/orion/I201106031245/plugins/org.eclipse.orion.client.core/web/orion/editor/webContentAssist.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
getKeywords(The, buffer, selection)
Class Detail
orion.contentAssist.JavaScriptContentAssistProvider()
Method Detail
{dojo.Deferred} getKeywords(The, buffer, selection)
Parameters:
{String} The
string buffer.substring(w+1, c) where c is the caret offset and w is the index of the rightmost whitespace character preceding c.
{String} buffer
The entire buffer being edited
{eclipse.Selection} selection
The current editor selection.
Returns:
{dojo.Deferred} A future that will provide the keywords.

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Jun 03 2011 12:56:30 GMT-0400 (EDT)