| 145 | } |
| 146 | |
| 147 | void plugin_clean_up() { |
| 148 | { |
| 149 | auto mut = speller_container->modify(); |
| 150 | mut->cleanup(); |
| 151 | } |
| 152 | UnhookWindowsHookEx(h_mouse_hook); |
| 153 | WinApi::delete_file(get_debug_log_path().c_str()); |
| 154 | } |
| 155 | |
| 156 | void register_custom_messages() { |
| 157 | for (int i = 0; i < static_cast<int>(CustomGuiMessage::max); i++) { |
no test coverage detected