npp_converter.plugindefinition

Undocumented in source.

Members

Classes

HexString
class HexString
Undocumented in source.
SelectedString
class SelectedString
Undocumented in source.

Enums

hexStat
enum hexStat
Undocumented in source.

Functions

about
void about()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ascii2Hex
void ascii2Hex()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ascii2hex
void ascii2hex(bool insertSpace, bool isMaj, size_t nbCharPerLine)
Undocumented in source.
conversionPanel
void conversionPanel()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
editConf
void editConf()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getCmdsFromConf
void getCmdsFromConf(core.sys.windows.winnt.WCHAR[] c_confPath, Param param)
Undocumented in source.
getCurrentScintillaHandle
core.sys.windows.windef.HWND getCurrentScintillaHandle()
Undocumented in source.
getTrueHexValue
int getTrueHexValue(char c)
Undocumented in source.
hex2Ascii
void hex2Ascii()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
loadConfFile
void loadConfFile()
Undocumented in source.
pluginInit
void pluginInit(core.sys.windows.basetsd.HANDLE hModule)
Undocumented in source.
pluginSetInfo
void pluginSetInfo(npp_api.powereditor.misc.pluginsmanager.plugininterface.NppData notpadPlusData)
Undocumented in source.

Manifest constants

CONVERSIONPANEL_INDEX
enum CONVERSIONPANEL_INDEX;
Undocumented in source.
aboutMsg
enum aboutMsg;
Undocumented in source.
ascii2HexMaj
enum ascii2HexMaj;
Undocumented in source.
ascii2HexNbCharPerLine
enum ascii2HexNbCharPerLine;
Undocumented in source.
ascii2HexSectionName
enum ascii2HexSectionName;
Undocumented in source.
ascii2HexSpace
enum ascii2HexSpace;
Undocumented in source.
pluginConfName
enum pluginConfName;
Undocumented in source.
plugin_cname
enum plugin_cname;
Undocumented in source.
plugin_name
enum plugin_name;
Undocumented in source.

Mixins

__anonymous
mixin npp_api.pluginfunc.basic_interface.npp_plugin_interface!(plugin_name, main_menu_items_def)
Undocumented in source.

Static variables

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

Structs

Param
struct Param
Undocumented in source.

Variables

c_confPath
wstring c_confPath;
Undocumented in source.
confPath
wstring confPath;
Undocumented in source.
handle_test
core.sys.windows.windef.HINSTANCE handle_test;
Undocumented in source.
main_menu_items_def
enum npp_api.powereditor.misc.pluginsmanager.plugininterface.FuncItem[] main_menu_items_def;
Undocumented in source.
param
Param param;
Undocumented in source.

Meta