Class Index | File Index

Classes


Class orion.contentAssist.HTMLContentAssistProvider

Provides content assist for HTML.
Defined in: </shared/eclipse/e4/orion/I201210191304/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(buffer, offset, context)
 
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(buffer, offset, context)
Parameters:
buffer
offset
context

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 Fri Oct 19 2012 13:08:14 GMT-0400 (EDT)