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>.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Method Attributes | Method Name and Description | 
|---|---|
| 
								 getKeywords(The, buffer, selection)
								 
								
							 | 
						
					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.