npp-api v0.1.4-dev (2019-10-09T09:25:27Z)
Home
Dub
Repo
npp_nppData
npp_api
pluginfunc
basic_interface
Undocumented in source.
version(Windows)
mixin template
npp_nppData () {
pragma(
mangle
, "nppData") extern (
C
)
static if
(
!__traits(compiles, .nppData)
)
npp_api
.
powereditor
.
misc
.
pluginsmanager
.
plugininterface
.
NppData
nppData
;
}
Members
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
Source
See Implementation
npp_api
pluginfunc
basic_interface
functions
npp_init_main_menu
mixin templates
npp_DLLMain
npp_beNotified
npp_getFuncsArray
npp_getName
npp_isUnicode
npp_main_menu
npp_messageProc
npp_nppData
npp_plugin_interface
npp_setInfo
structs
plugin_DLL_info
templates
is_DllMain
is_npp_func
is_plugin_func