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

Method replay

src/MacroStep.cpp:182–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void MacroStep::replay(ScintillaNext *editor) const
183{
184 if (MacroStep::MessageHasString(message)) {
185 editor->sends(static_cast<int>(message), wParam, str.constBegin());
186 }
187 else {
188 editor->send(static_cast<int>(message), wParam, lParam);
189 }
190}
191
192bool MacroStep::MessageHasString(Scintilla::Message message)
193{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected