Class Index | File Index

Classes


Class orion.contentAssist.HTMLContentAssistProvider

Provides content assist for HTML.
Defined in: </shared/eclipse/e4/orion/I201202282230/plugins/org.eclipse.orion.client.editor/web/orion/editor/htmlContentAssist.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
computeProposals(prefix, buffer, selection)
 
leadingWhitespace(buffer, selection)
Returns a string of all the whitespace at the start of the current line.
Class Detail
orion.contentAssist.HTMLContentAssistProvider()
Method Detail
computeProposals(prefix, buffer, selection)
Parameters:
prefix
buffer
selection

leadingWhitespace(buffer, selection)
Returns a string of all the whitespace at the start of the current line.
Parameters:
{String} buffer
The document
{Object} selection
The current selection
{Integer} selection.offset
The current selection offset

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Feb 28 2012 22:34:47 GMT-0500 (EST)