npp_api.pluginfunc.auto_pFunc

Notepad++のメニューから呼び出し可能な関数テンプレート。 _pFuncに関数ポインタを渡すのに使う。

Members

Functions

auto_dummy_func
void auto_dummy_func()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
auto_message_box
void auto_message_box()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
auto_open_uri
void auto_open_uri()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Mixin templates

mixin_group_menu_checked
mixintemplate mixin_group_menu_checked(immutable string change_identifier)

同階層のメニューのチェックを変える

mixin_main_menu_change_check
mixintemplate mixin_main_menu_change_check(immutable string change_identifier, disable_identifiers...)

メインメニューのチェックを変える

mixin_menu_index_change_check
mixintemplate mixin_menu_index_change_check(immutable string change_identifier, disable_identifiers...)

メニューのチェックを変える

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.

Meta

License

GPL-2.0 or later