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

Method updateGlobalDocumentSettingsMenu

src/tools/ecode/settingsmenu.cpp:2570–2574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2568}
2569
2570void SettingsMenu::updateGlobalDocumentSettingsMenu() {
2571 mGlobalMenu->find( "autoreload_on_disk_change" )
2572 ->asType<UIMenuCheckBox>()
2573 ->setActive( mApp->getConfig().editor.autoReloadOnDiskChange );
2574}
2575
2576void SettingsMenu::showProjectTreeMenu() {
2577 mProjectTreeMenu->showOverMouseCursor();

Callers 1

createDocDirtyAlertMethod · 0.80

Calls 3

getConfigMethod · 0.80
setActiveMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected