Returns current caret position
Returns editor's content
Returns content of current line
Returns current output profile name (@see emmet#setupProfile)
Returns character indexes of selected text: object with start
and end properties. If there's no selection, should return
object with start and end properties referring
to current caret position
Returns current editor's syntax mode
Replace editor's content or it's part (from start to
end index). If value contains
caret_placeholder, the editor will put caret into
this position. If you skip start and end
arguments, the whole target's content will be replaced with
value.
If you pass start argument only,
the value will be placed at start string
index of current content.
If you pass start and end arguments,
the corresponding substring of current target's content will be
replaced with value.
Content you want to paste
Optionalstart: numberStart index of editor's content
Optionalend: numberEnd index of editor's content
OptionalnoIndent: booleanDo not auto indent value
Set new caret position
Caret position
Implementation of IEmmetEditor interface for Ace