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

Function register_custom_messages

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

Source from the content-addressed store, hash-verified

154}
155
156void register_custom_messages() {
157 for (int i = 0; i < static_cast<int>(CustomGuiMessage::max); i++) {
158 custom_gui_message_ids[i] = RegisterWindowMessage(custom_gui_messages_names[i]);
159 }
160}
161
162void init_npp_interface() { npp = std::make_unique<NppInterface>(&npp_data); }
163

Callers 1

beNotifiedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected