|
UniversalIndentGUI 1.2.0
|


Go to the source code of this file.
Classes | |
| struct | FuncItem |
| struct | NppData |
| struct | ShortcutKey |
Typedefs | |
| typedef void(__cdecl * | PBENOTIFIED )(SCNotification *) |
| typedef FuncItem *(__cdecl * | PFUNCGETFUNCSARRAY )(int *) |
| typedef const TCHAR *(__cdecl * | PFUNCGETNAME )() |
| typedef void(__cdecl * | PFUNCPLUGINCMD )() |
| typedef void(__cdecl * | PFUNCSETINFO )(NppData) |
| typedef LRESULT(__cdecl * | PMESSAGEPROC )(UINT Message, WPARAM wParam, LPARAM lParam) |
Functions | |
| __declspec (dllexport) void setInfo(NppData) | |
Variables | |
| WPARAM LPARAM | lParam |
| const int | nbChar = 64 |
| WPARAM | wParam |
| typedef void(__cdecl * PBENOTIFIED)(SCNotification *) |
Definition at line 37 of file PluginInterface.h.
| typedef FuncItem*(__cdecl * PFUNCGETFUNCSARRAY)(int *) |
Definition at line 56 of file PluginInterface.h.
| typedef const TCHAR*(__cdecl * PFUNCGETNAME)() |
Definition at line 27 of file PluginInterface.h.
| typedef void(__cdecl * PFUNCPLUGINCMD)() |
Definition at line 36 of file PluginInterface.h.
| typedef void(__cdecl * PFUNCSETINFO)(NppData) |
Definition at line 35 of file PluginInterface.h.
| typedef LRESULT(__cdecl * PMESSAGEPROC)(UINT Message, WPARAM wParam, LPARAM lParam) |
Definition at line 38 of file PluginInterface.h.
| __declspec | ( | dllexport | ) |
Definition at line 140 of file UniversalIndentGUI_NPP.cpp.
References PLUGIN_NAME.
| WPARAM LPARAM lParam |
Definition at line 63 of file PluginInterface.h.
| const int nbChar = 64 |
Definition at line 25 of file PluginInterface.h.
| WPARAM wParam |
Definition at line 63 of file PluginInterface.h.
1.7.4