npp_api.pluginfunc.basic_interface

Notepad++ plugin basic interface

Members

Functions

npp_init_main_menu
npp_api.powereditor.misc.pluginsmanager.plugininterface.FuncItem[main_menu_length] npp_init_main_menu(main_menu_type menu_def)
Undocumented in source.

Mixin templates

npp_DLLMain
mixintemplate npp_DLLMain()
Undocumented in source.
npp_beNotified
mixintemplate npp_beNotified()
Undocumented in source.
npp_getFuncsArray
mixintemplate npp_getFuncsArray()
Undocumented in source.
npp_getFuncsArray
mixintemplate npp_getFuncsArray(alias func_list)
Undocumented in source.
npp_getName
mixintemplate npp_getName()
Undocumented in source.
npp_getName
mixintemplate npp_getName(wstring plugin_name)
Undocumented in source.
npp_isUnicode
mixintemplate npp_isUnicode()
Undocumented in source.
npp_main_menu
mixintemplate npp_main_menu(alias main_menu_items)

main_menu変数の宣言

npp_messageProc
mixintemplate npp_messageProc()
Undocumented in source.
npp_nppData
mixintemplate npp_nppData()
Undocumented in source.
npp_plugin_interface
mixintemplate npp_plugin_interface()
Undocumented in source.
npp_plugin_interface
mixintemplate npp_plugin_interface(wstring plugin_name, alias main_menu_items)
Undocumented in source.
npp_setInfo
mixintemplate npp_setInfo()
Undocumented in source.
npp_setInfo
mixintemplate npp_setInfo(alias nppData)
Undocumented in source.
npp_setInfo
mixintemplate npp_setInfo(alias nppData, alias main_menu, alias menu_def)
Undocumented in source.

Structs

plugin_DLL_info
struct plugin_DLL_info
Undocumented in source.

Templates

is_DllMain
template is_DllMain(alias func_name)
Undocumented in source.
is_npp_func
template is_npp_func(alias func_name)

Notepad++ callable

is_plugin_func
template is_plugin_func(alias func_name)

Notepad++ plugin interface function

Meta

License

GPL-2.0 or later