MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / get_custom_gui_message_id

Function get_custom_gui_message_id

src/plugin/Plugin.cpp:226–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226DWORD get_custom_gui_message_id(CustomGuiMessage message_id) { return custom_gui_message_ids[static_cast<int>(message_id)]; }
227
228void switch_auto_check_text() {
229 auto mut = settings->modify(SettingsModificationStyle::ignore_file_errors);

Callers 2

subclass_procFunction · 0.85
do_deferredMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected