Function EditableContent.replaceRange

inserts or removes lines, removes text in range

Prototype

void replaceRange(
  TextRange before,
  TextRange after,
  dstring[] newContent,
  EditStateMark[] marks = null
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0