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

Method getEditors

src/EditorManager.cpp:348–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348QList<QPointer<ScintillaNext> > EditorManager::getEditors()
349{
350 purgeOldEditorPointers();
351 return editors;
352}
353
354int EditorManager::detectEOLMode(ScintillaNext *editor) const
355{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected