Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ MacroRecorder
Method
MacroRecorder
src/MacroRecorder.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
27
MacroRecorder::MacroRecorder(QObject *parent) :
28
QObject(parent)
29
{
30
}
31
32
void MacroRecorder::startRecording(ScintillaNext *editor)
33
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected