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

Method install

pluginManager/src/Plugin.cpp:308–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306
307
308InstallStatus Plugin::install(tstring& basePath, TiXmlElement* forGpup,
309 std::function<void(const TCHAR*)> setStatus,
310 std::function<void(const int)> stepProgress,
311 std::function<void()> stepComplete,
312 const ModuleInfo* moduleInfo,
313 VariableHandler* variableHandler,
314 CancelToken& cancelToken)
315{
316
317
318 return runSteps(_installSteps, basePath, forGpup, setStatus, stepProgress, stepComplete, moduleInfo, variableHandler, cancelToken);
319}
320
321
322InstallStatus Plugin::remove(tstring& basePath, TiXmlElement* forGpup,

Callers 1

installPluginsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected