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

Method writeToOutput

src/docks/LuaConsoleDock.cpp:227–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void LuaConsoleDock::writeToOutput(const char *s)
228{
229 output->setReadOnly(false);
230 output->appendText(strlen(s), s);
231 output->setReadOnly(true);
232 output->documentEnd();
233}
234
235void LuaConsoleDock::writeErrorToOutput(const char *s)
236{

Callers 1

cf_global_printFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected