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

Method editors

src/dialogs/MainWindow.cpp:1027–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1025}
1026
1027QVector<ScintillaNext *> MainWindow::editors() const
1028{
1029 // NOTE: this will need re-evaluated in the future.
1030 // So far it has been assumed 1 ScintillaNext instance is 1 DockedEditor widget instance.
1031 // If in the future a ScintillaNext can be cloned then the DockedEditor could return
1032 // the same ScintillaNext instance multiple times since 1 ScintillaNext could mean >= 1 DockedEditor widget instance
1033 return dockedEditor->editors();
1034}
1035
1036void MainWindow::newFile()
1037{

Callers 3

refreshListMethod · 0.45
FindReplaceDialogMethod · 0.45
findAllInDocumentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected