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

Method createEditor

src/EditorManager.cpp:133–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133ScintillaNext *EditorManager::createEditor(const QString &name)
134{
135 ScintillaNext *editor = new ScintillaNext(name);
136
137 manageEditor(editor);
138
139 return editor;
140}
141
142ScintillaNext *EditorManager::createEditorFromFile(const QString &filePath, bool tryToCreate)
143{

Callers 1

newFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected