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>.
Constructor Attributes | Constructor Name and Description |
---|---|
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.
|
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