| 392 | HMENU get_langs_sub_menu() { return get_submenu(get_func_item()[action_index[Action::quick_language_change]].cmd_id); } |
| 393 | |
| 394 | void on_settings_changed() { |
| 395 | npp->set_menu_item_check(get_func_item()[action_index[Action::toggle_auto_spell_check]].cmd_id, settings->data.auto_check_text); |
| 396 | npp->set_menu_item_check(get_func_item()[action_index[Action::toggle_debug_logging]].cmd_id, settings->data.write_debug_log); |
| 397 | } |
| 398 | |
| 399 | void init_classes() { |
| 400 | INITCOMMONCONTROLSEX icc; |
no test coverage detected