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
Optional
start: numberStart index of editor's content
Optional
end: numberEnd index of editor's content
Optional
noIndent: booleanDo not auto indent value
Implementation of IEmmetEditor interface for Ace