MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / SetInfo

Method SetInfo

src/NppJsonViewer/NppJsonPlugin.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19void NppJsonPlugin::PluginCleanup() {}
20
21void NppJsonPlugin::SetInfo(const NppData& nppData)
22{
23 m_NppData = nppData;
24 InitCommandMenu();
25 InitToolbarIcon();
26 InitConfigPath();
27}
28
29const TCHAR* NppJsonPlugin::GetPluginName() const
30{

Callers 1

setInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected