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

Function setInfo

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

Source from the content-addressed store, hash-verified

637
638// ReSharper disable CppInconsistentNaming
639extern "C" __declspec(dllexport) void setInfo(NppData notpadPlusData) {
640 npp_data = notpadPlusData;
641 init_npp_interface();
642 init_menu_ids();
643 command_menu_init();
644 SetWindowSubclass(npp_data.npp_handle, subclass_proc, 0, 0);
645}
646
647extern "C" __declspec(dllexport) const wchar_t *getName() {
648 static std::wstring plugin_name = rc_str(IDS_PLUGIN_NAME);

Callers

nothing calls this directly

Calls 3

init_npp_interfaceFunction · 0.85
init_menu_idsFunction · 0.85
command_menu_initFunction · 0.85

Tested by

no test coverage detected