| 166 | } |
| 167 | |
| 168 | void NppJsonPlugin::ConstructSetting() |
| 169 | { |
| 170 | if (!m_pSetting) |
| 171 | { |
| 172 | m_pSetting = std::make_shared<Setting>(); |
| 173 | ProfileSetting(m_configPath).GetSettings(*m_pSetting); |
| 174 | } |
| 175 | } |
| 176 | |
| 177 | void NppJsonPlugin::ShowJsonDlg() |
| 178 | { |
nothing calls this directly
no test coverage detected