Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
248
void NppInterface::begin_undo_action() {
249
send_msg_to_scintilla(SCI_BEGINUNDOACTION);
250
}
251
252
void NppInterface::end_undo_action() {
253
send_msg_to_scintilla(SCI_ENDUNDOACTION);
Callers
1
undo_block
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected