MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / removeSelected

Method removeSelected

pluginManager/src/PluginListView.cpp:347–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345
346
347void PluginListView::removeSelected()
348{
349 int size = ListView_GetItemCount(_hListView);
350
351 for (int position = size - 1; position >= 0; position--)
352 {
353 if (ListView_GetCheckState(_hListView, position))
354 ListView_DeleteItem(_hListView, position);
355 }
356
357}
358
359
360void PluginListView::setAllCheckState(BOOL checked)

Callers 2

run_dlgProcMethod · 0.80
removePluginsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected