| 346 | } |
| 347 | |
| 348 | QList<QPointer<ScintillaNext> > EditorManager::getEditors() |
| 349 | { |
| 350 | purgeOldEditorPointers(); |
| 351 | return editors; |
| 352 | } |
| 353 | |
| 354 | int EditorManager::detectEOLMode(ScintillaNext *editor) const |
| 355 | { |
nothing calls this directly
no outgoing calls
no test coverage detected