MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / delete_range

Method delete_range

src/npp/NppInterface.cpp:244–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void NppInterface::delete_range(TextPosition start, TextPosition length) {
245 send_msg_to_scintilla(SCI_DELETERANGE, start, length);
246}
247
248void NppInterface::begin_undo_action() {
249 send_msg_to_scintilla(SCI_BEGINUNDOACTION);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected