npp_api.example.hello

Notepad++ hello plugin

Members

Functions

hello
void hello()

plugin menu item show "Hello, World" message

pluginBeNotified
void pluginBeNotified(SCNotification notifyCode)

This function is called within the "beNotified" function.

pluginCleanUp
void pluginCleanUp()

This function is called within the "DllMain" function.

pluginInit
void pluginInit(HANDLE hModule)

This function is called within the "DllMain" function.

pluginMessageProc
bool pluginMessageProc(UINT Message, WPARAM wParam, LPARAM lParam)

This function is called within the "messageProc" function.

pluginSetInfo
void pluginSetInfo(NppData notpadPlusData)

This function is called within the "setInfo" function.

Mixins

__anonymous
mixin npp_plugin_interface!(.plugin_def)

mixin Notepad++ interface

Variables

nppData
npp_api.powereditor.misc.pluginsmanager.plugininterface.NppData nppData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plugin_def
enum npp_plugin_definition plugin_def;

plugin config

Meta

License

GPL-2.0 or later