Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Predelnik/DSpellCheck
/ undo_block
Method
undo_block
src/npp/EditorInterface.h:153–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
class undo_block {
152
public:
153
undo_block(EditorInterface &editor)
154
: m_editor(editor) { m_editor.begin_undo_action(); }
155
156
~undo_block() { m_editor.end_undo_action(); }
157
Callers
nothing calls this directly
Calls
1
begin_undo_action
Method · 0.45
Tested by
no test coverage detected