MCPcopy Create free account
hub / github.com/SpartanJ/eepp / updateEditorState

Method updateEditorState

src/tools/ecode/ecode.cpp:3427–3433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

getCurEditorMethod · 0.80
updateCurrentFileTypeMethod · 0.80
updateDocumentMenuMethod · 0.80

Tested by

no test coverage detected