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

Method reparseFile

pluginManager/src/PluginList.cpp:1045–1055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1043}
1044
1045void PluginList::reparseFile(const tstring& pluginsListFilename)
1046{
1047 // Parse it
1048 parsePluginFile(pluginsListFilename.c_str());
1049
1050 // Check for what is installed
1051 TCHAR nppDirectory[MAX_PATH];
1052 ::SendMessage(_nppData->_nppHandle, NPPM_GETNPPDIRECTORY, MAX_PATH, reinterpret_cast<LPARAM>(nppDirectory));
1053
1054 checkInstalledPlugins();
1055}
1056
1057
1058TiXmlDocument* PluginList::getGpupDocument(const TCHAR* filename)

Callers 1

run_dlgProcMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected