MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / Macro

Method Macro

src/Macro.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using namespace Scintilla;
23
24Macro::Macro() : name("<Current Recorded Macro>") {}
25
26Macro::~Macro()
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected