Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
252
void NppInterface::end_undo_action() {
253
send_msg_to_scintilla(SCI_ENDUNDOACTION);
254
}
255
256
void NppInterface::undo() {
257
send_msg_to_scintilla(SCI_UNDO);
Callers
1
~undo_block
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected