| 1025 | } |
| 1026 | |
| 1027 | QVector<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 | |
| 1036 | void MainWindow::newFile() |
| 1037 | { |
no outgoing calls
no test coverage detected