All Types

Name Unit Description
nppChar NppPlugin

 

nppPChar NppPlugin

 

nppString NppPlugin

 

PDarkModeColors NppPlugin

 

PFuncItem NppPlugin

 

PFUNCPLUGINCMD NppPlugin

The generic type of a function defined by the plugin and callable by the host application

PNPPData NppPlugin

 

PSciNotification NppPlugin

 

PSciTextRange NppPlugin

 

PSciTextRangeFull NppPlugin

 

PSciTextToFind NppPlugin

 

PSciTextToFindFull NppPlugin

 

PShortcutKey NppPlugin

 

PToolbarData NppPlugin

 

SciFnDirect NppPlugin

Type alias for TScintillaMessageFnc

SciFnDirectStatus NppPlugin

Similar to TScintillaMessageFnc but a function of this type also returns the status to the caller through an integer pointer.

Sci_Position NppPlugin

Basic signed type used throughout interface

Sci_PositionU NppPlugin

Unsigned variant used, for example, by ILexer::Lex

sptr_t NppPlugin

A signed integer large enough to hold a pointer

TExternalLexerAutoIndentMode NppPlugin

Added in 8.3.3

TMacroStatus NppPlugin

Added in 8.3.3

TNppLang NppPlugin

 

TPlatform NppPlugin

Added in 7.3.2

TSciApiLevel NppPlugin

Scintilla API milestone versions

TSciCharacterRangeFull NppPlugin

Type alias for TSciCharacterRange

TScintillaMessageFnc NppPlugin

Function pointer through which a message can be sent directly to a Scintilla window.

TSciSurfaceID NppPlugin

 

TToolBarStatusType NppPlugin

Enumerates the available toolbar icon sets.

TWinApiMsgProc NppForms

Generic function type of a typical Win32 window message procedure

TWinVer NppPlugin

 

uptr_t NppPlugin

An unsigned integer type large enough to hold a pointer