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

Method end_undo_action

src/npp/NppInterface.cpp:252–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void NppInterface::end_undo_action() {
253 send_msg_to_scintilla(SCI_ENDUNDOACTION);
254}
255
256void NppInterface::undo() {
257 send_msg_to_scintilla(SCI_UNDO);

Callers 1

~undo_blockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected