| 3425 | } |
| 3426 | |
| 3427 | void App::updateEditorState() { |
| 3428 | if ( mSplitter->curEditorExistsAndFocused() ) { |
| 3429 | updateEditorTitle( mSplitter->getCurEditor() ); |
| 3430 | mSettings->updateCurrentFileType(); |
| 3431 | mSettings->updateDocumentMenu(); |
| 3432 | } |
| 3433 | } |
| 3434 | |
| 3435 | void App::removeFolderWatches() { |
| 3436 | std::unordered_map<std::string, efsw::WatchID> folderWatches; |
nothing calls this directly
no test coverage detected