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

Method setLatestUpdate

pluginManager/src/Plugin.cpp:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void Plugin::setLatestUpdate(const TCHAR* latestUpdate)
100{
101 _latestUpdate = latestUpdate;
102 replaceNewlines(_latestUpdate);
103}
104
105void Plugin::setStability(const TCHAR* stability)
106{

Callers 1

parsePluginFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected