| 41 | } |
| 42 | |
| 43 | extern "C" __declspec(dllexport) void beNotified(SCNotification* notifyCode) |
| 44 | { |
| 45 | g_NppJsonPlugin.ProcessNotification(notifyCode); |
| 46 | } |
| 47 | |
| 48 | // Here you can process the Npp Messages |
| 49 | // I will make the messages accessible little by little, according to the need of plugin development. |
nothing calls this directly
no test coverage detected