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

Method begin_undo_action

src/npp/NppInterface.cpp:248–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void NppInterface::begin_undo_action() {
249 send_msg_to_scintilla(SCI_BEGINUNDOACTION);
250}
251
252void NppInterface::end_undo_action() {
253 send_msg_to_scintilla(SCI_ENDUNDOACTION);

Callers 1

undo_blockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected