| 196 | } |
| 197 | |
| 198 | void NppJsonPlugin::CompressJson() |
| 199 | { |
| 200 | ConstructJsonDlg(); |
| 201 | |
| 202 | if (m_pJsonViewDlg) // Hope it is constructed by now. |
| 203 | { |
| 204 | m_pJsonViewDlg->CompressJson(); |
| 205 | } |
| 206 | } |
| 207 | |
| 208 | void NppJsonPlugin::SortJsonByKey() |
| 209 | { |
nothing calls this directly
no outgoing calls
no test coverage detected