| 32 | } |
| 33 | |
| 34 | FuncItem* NppJsonPlugin::GetFuncsArray(int* nbF) |
| 35 | { |
| 36 | *nbF = nTotalCommandCount; |
| 37 | return m_shortcutCommands.GetFuncItem(); |
| 38 | } |
| 39 | |
| 40 | void NppJsonPlugin::ProcessNotification(const SCNotification* notifyCode) |
| 41 | { |
no test coverage detected