Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ writeEditorText
Method
writeEditorText
src/ScintillaSorter.cpp:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void ScintillaSorter::writeEditorText(const QByteArray &result)
48
{
49
editor->targetWholeDocument();
50
editor->replaceTarget(-1, result.constData());
51
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected