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

Function show_calculated_menu

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

Source from the content-addressed store, hash-verified

619}
620
621LRESULT
622show_calculated_menu(std::vector<MenuItem> &&menu_list) {
623 cur_menu_list = std::move(menu_list);
624 return ::DefSubclassProc(npp_data.npp_handle, WM_CONTEXTMENU, last_hwnd, last_coords);
625}
626
627void init_menu_ids() {
628 bool res = npp->is_allocate_cmdid_supported();

Callers 1

precalculate_menuMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected