npp_api.pluginfunc.scintilla_msg

scintilla message wrapper

Members

Aliases

colour
alias colour = void*
Undocumented in source.
line
alias line = core.stdc.stdint.intptr_t
Undocumented in source.
pointer
alias pointer = void*
Undocumented in source.
position
alias position = core.stdc.stdint.intptr_t
Undocumented in source.

Functions

send_SCI_ADDTEXT
void send_SCI_ADDTEXT(core.sys.windows.windef.HWND _scintillaHandle, .position length, char* text)
Undocumented in source.
send_SCI_ALLOCATEEXTENDEDSTYLES
core.stdc.stdint.intptr_t send_SCI_ALLOCATEEXTENDEDSTYLES(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t numberStyles)
Undocumented in source.
send_SCI_ALLOCATESUBSTYLES
core.stdc.stdint.intptr_t send_SCI_ALLOCATESUBSTYLES(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t styleBase, core.stdc.stdint.intptr_t numberStyles)
Undocumented in source.
send_SCI_ANNOTATIONGETLINES
core.stdc.stdint.intptr_t send_SCI_ANNOTATIONGETLINES(core.sys.windows.windef.HWND _scintillaHandle, .line line)
Undocumented in source.
send_SCI_ANNOTATIONGETSTYLE
core.stdc.stdint.intptr_t send_SCI_ANNOTATIONGETSTYLE(core.sys.windows.windef.HWND _scintillaHandle, .line line)
Undocumented in source.
send_SCI_ANNOTATIONGETSTYLEOFFSET
core.stdc.stdint.intptr_t send_SCI_ANNOTATIONGETSTYLEOFFSET(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_ANNOTATIONGETSTYLES
core.stdc.stdint.intptr_t send_SCI_ANNOTATIONGETSTYLES(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t line, char* styles)
Undocumented in source.
send_SCI_ANNOTATIONGETTEXT
core.stdc.stdint.intptr_t send_SCI_ANNOTATIONGETTEXT(core.sys.windows.windef.HWND _scintillaHandle, .line line, char* text)
Undocumented in source.
send_SCI_ANNOTATIONGETVISIBLE
core.stdc.stdint.intptr_t send_SCI_ANNOTATIONGETVISIBLE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_APPENDTEXT
void send_SCI_APPENDTEXT(core.sys.windows.windef.HWND _scintillaHandle, .position length, char* text)
Undocumented in source.
send_SCI_AUTOCACTIVE
bool send_SCI_AUTOCACTIVE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_AUTOCGETAUTOHIDE
bool send_SCI_AUTOCGETAUTOHIDE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_AUTOCGETCANCELATSTART
bool send_SCI_AUTOCGETCANCELATSTART(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR
core.stdc.stdint.intptr_t send_SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_AUTOCGETCHOOSESINGLE
bool send_SCI_AUTOCGETCHOOSESINGLE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_AUTOCGETCURRENT
core.stdc.stdint.intptr_t send_SCI_AUTOCGETCURRENT(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_AUTOCGETCURRENTTEXT
core.stdc.stdint.intptr_t send_SCI_AUTOCGETCURRENTTEXT(core.sys.windows.windef.HWND _scintillaHandle, char* text)
Undocumented in source.
send_SCI_AUTOCGETDROPRESTOFWORD
bool send_SCI_AUTOCGETDROPRESTOFWORD(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_AUTOCGETIGNORECASE
bool send_SCI_AUTOCGETIGNORECASE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_AUTOCGETMAXHEIGHT
core.stdc.stdint.intptr_t send_SCI_AUTOCGETMAXHEIGHT(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_AUTOCGETMAXWIDTH
core.stdc.stdint.intptr_t send_SCI_AUTOCGETMAXWIDTH(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_AUTOCGETMULTI
core.stdc.stdint.intptr_t send_SCI_AUTOCGETMULTI(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_AUTOCGETORDER
core.stdc.stdint.intptr_t send_SCI_AUTOCGETORDER(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_AUTOCGETSEPARATOR
core.stdc.stdint.intptr_t send_SCI_AUTOCGETSEPARATOR(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_AUTOCGETTYPESEPARATOR
core.stdc.stdint.intptr_t send_SCI_AUTOCGETTYPESEPARATOR(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_AUTOCPOSSTART
.position send_SCI_AUTOCPOSSTART(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_BEGINUNDOACTION
void send_SCI_BEGINUNDOACTION(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_BRACEMATCH
.position send_SCI_BRACEMATCH(core.sys.windows.windef.HWND _scintillaHandle, .position pos, core.stdc.stdint.intptr_t maxReStyle)
Undocumented in source.
send_SCI_CALLTIPACTIVE
bool send_SCI_CALLTIPACTIVE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_CALLTIPPOSSTART
.position send_SCI_CALLTIPPOSSTART(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_CANPASTE
bool send_SCI_CANPASTE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_CANREDO
bool send_SCI_CANREDO(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_CANUNDO
bool send_SCI_CANUNDO(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_CHANGEINSERTION
void send_SCI_CHANGEINSERTION(core.sys.windows.windef.HWND _scintillaHandle, .position length, char* text)
Undocumented in source.
send_SCI_CHANGELEXERSTATE
core.stdc.stdint.intptr_t send_SCI_CHANGELEXERSTATE(core.sys.windows.windef.HWND _scintillaHandle, .position start, .position end)
Undocumented in source.
send_SCI_CHARPOSITIONFROMPOINT
.position send_SCI_CHARPOSITIONFROMPOINT(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t x, core.stdc.stdint.intptr_t y)
Undocumented in source.
send_SCI_CHARPOSITIONFROMPOINTCLOSE
.position send_SCI_CHARPOSITIONFROMPOINTCLOSE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t x, core.stdc.stdint.intptr_t y)
Undocumented in source.
send_SCI_CLEAR
void send_SCI_CLEAR(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_CLEARALL
void send_SCI_CLEARALL(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_CONTRACTEDFOLDNEXT
.line send_SCI_CONTRACTEDFOLDNEXT(core.sys.windows.windef.HWND _scintillaHandle, .line lineStart)
Undocumented in source.
send_SCI_COPY
void send_SCI_COPY(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_COUNTCHARACTERS
.position send_SCI_COUNTCHARACTERS(core.sys.windows.windef.HWND _scintillaHandle, .position start, .position end)
Undocumented in source.
send_SCI_COUNTCODEUNITS
.position send_SCI_COUNTCODEUNITS(core.sys.windows.windef.HWND _scintillaHandle, .position start, .position end)
Undocumented in source.
send_SCI_CREATEDOCUMENT
.pointer send_SCI_CREATEDOCUMENT(core.sys.windows.windef.HWND _scintillaHandle, .position bytes, core.stdc.stdint.intptr_t documentOptions)
Undocumented in source.
send_SCI_CREATELOADER
.pointer send_SCI_CREATELOADER(core.sys.windows.windef.HWND _scintillaHandle, .position bytes, core.stdc.stdint.intptr_t documentOptions)
Undocumented in source.
send_SCI_CUT
void send_SCI_CUT(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_DESCRIBEKEYWORDSETS
core.stdc.stdint.intptr_t send_SCI_DESCRIBEKEYWORDSETS(core.sys.windows.windef.HWND _scintillaHandle, char* description)
Undocumented in source.
send_SCI_DESCRIBEPROPERTY
core.stdc.stdint.intptr_t send_SCI_DESCRIBEPROPERTY(core.sys.windows.windef.HWND _scintillaHandle, const(char)* name, char* description)
Undocumented in source.
send_SCI_DESCRIPTIONOFSTYLE
core.stdc.stdint.intptr_t send_SCI_DESCRIPTIONOFSTYLE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style, char* description)
Undocumented in source.
send_SCI_DISTANCETOSECONDARYSTYLES
core.stdc.stdint.intptr_t send_SCI_DISTANCETOSECONDARYSTYLES(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_DOCLINEFROMVISIBLE
.line send_SCI_DOCLINEFROMVISIBLE(core.sys.windows.windef.HWND _scintillaHandle, .line displayLine)
Undocumented in source.
send_SCI_ENCODEDFROMUTF8
.position send_SCI_ENCODEDFROMUTF8(core.sys.windows.windef.HWND _scintillaHandle, const(char)* utf8, char* encoded)
Undocumented in source.
send_SCI_ENDUNDOACTION
void send_SCI_ENDUNDOACTION(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_ENSUREVISIBLE
void send_SCI_ENSUREVISIBLE(core.sys.windows.windef.HWND _scintillaHandle, .line line)
Undocumented in source.
send_SCI_FINDCOLUMN
.position send_SCI_FINDCOLUMN(core.sys.windows.windef.HWND _scintillaHandle, .line line, .position column)
Undocumented in source.
send_SCI_FINDTEXT
.position send_SCI_FINDTEXT(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t searchFlags, npp_api.scintilla.scintilla.Sci_TextToFind ft)
Undocumented in source.
send_SCI_FORMATRANGE
.position send_SCI_FORMATRANGE(core.sys.windows.windef.HWND _scintillaHandle, bool draw, npp_api.scintilla.scintilla.Sci_RangeToFormat fr)
Undocumented in source.
send_SCI_GETACCESSIBILITY
core.stdc.stdint.intptr_t send_SCI_GETACCESSIBILITY(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETADDITIONALCARETFORE
.colour send_SCI_GETADDITIONALCARETFORE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETADDITIONALCARETSBLINK
bool send_SCI_GETADDITIONALCARETSBLINK(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETADDITIONALCARETSVISIBLE
bool send_SCI_GETADDITIONALCARETSVISIBLE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETADDITIONALSELALPHA
core.stdc.stdint.intptr_t send_SCI_GETADDITIONALSELALPHA(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETADDITIONALSELECTIONTYPING
bool send_SCI_GETADDITIONALSELECTIONTYPING(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETALLLINESVISIBLE
bool send_SCI_GETALLLINESVISIBLE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETANCHOR
.position send_SCI_GETANCHOR(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETAUTOMATICFOLD
core.stdc.stdint.intptr_t send_SCI_GETAUTOMATICFOLD(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETBACKSPACEUNINDENTS
bool send_SCI_GETBACKSPACEUNINDENTS(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETBIDIRECTIONAL
core.stdc.stdint.intptr_t send_SCI_GETBIDIRECTIONAL(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETBUFFEREDDRAW
bool send_SCI_GETBUFFEREDDRAW(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETCARETFORE
.colour send_SCI_GETCARETFORE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETCARETLINEBACK
.colour send_SCI_GETCARETLINEBACK(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETCARETLINEBACKALPHA
core.stdc.stdint.intptr_t send_SCI_GETCARETLINEBACKALPHA(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETCARETLINEFRAME
core.stdc.stdint.intptr_t send_SCI_GETCARETLINEFRAME(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETCARETLINEVISIBLE
bool send_SCI_GETCARETLINEVISIBLE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETCARETLINEVISIBLEALWAYS
bool send_SCI_GETCARETLINEVISIBLEALWAYS(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETCARETPERIOD
core.stdc.stdint.intptr_t send_SCI_GETCARETPERIOD(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETCARETSTICKY
core.stdc.stdint.intptr_t send_SCI_GETCARETSTICKY(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETCARETSTYLE
core.stdc.stdint.intptr_t send_SCI_GETCARETSTYLE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETCARETWIDTH
core.stdc.stdint.intptr_t send_SCI_GETCARETWIDTH(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETCHARACTERPOINTER
.pointer send_SCI_GETCHARACTERPOINTER(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETCHARAT
core.stdc.stdint.intptr_t send_SCI_GETCHARAT(core.sys.windows.windef.HWND _scintillaHandle, .position pos)
Undocumented in source.
send_SCI_GETCODEPAGE
core.stdc.stdint.intptr_t send_SCI_GETCODEPAGE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETCOLUMN
.position send_SCI_GETCOLUMN(core.sys.windows.windef.HWND _scintillaHandle, .position pos)
Undocumented in source.
send_SCI_GETCOMMANDEVENTS
bool send_SCI_GETCOMMANDEVENTS(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETCONTROLCHARSYMBOL
core.stdc.stdint.intptr_t send_SCI_GETCONTROLCHARSYMBOL(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETCURLINE
.position send_SCI_GETCURLINE(core.sys.windows.windef.HWND _scintillaHandle, .position length, char* text)
Undocumented in source.
send_SCI_GETCURRENTPOS
.position send_SCI_GETCURRENTPOS(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETCURSOR
core.stdc.stdint.intptr_t send_SCI_GETCURSOR(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETDIRECTFUNCTION
.pointer send_SCI_GETDIRECTFUNCTION(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETDIRECTPOINTER
.pointer send_SCI_GETDIRECTPOINTER(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETDOCPOINTER
.pointer send_SCI_GETDOCPOINTER(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETDOCUMENTOPTIONS
core.stdc.stdint.intptr_t send_SCI_GETDOCUMENTOPTIONS(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETEDGECOLOUR
.colour send_SCI_GETEDGECOLOUR(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETEDGECOLUMN
.position send_SCI_GETEDGECOLUMN(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETEDGEMODE
core.stdc.stdint.intptr_t send_SCI_GETEDGEMODE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETENDATLASTLINE
bool send_SCI_GETENDATLASTLINE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETENDSTYLED
.position send_SCI_GETENDSTYLED(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETEOLMODE
core.stdc.stdint.intptr_t send_SCI_GETEOLMODE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETEXTRAASCENT
core.stdc.stdint.intptr_t send_SCI_GETEXTRAASCENT(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETEXTRADESCENT
core.stdc.stdint.intptr_t send_SCI_GETEXTRADESCENT(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETFIRSTVISIBLELINE
.line send_SCI_GETFIRSTVISIBLELINE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETFOCUS
bool send_SCI_GETFOCUS(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETFOLDEXPANDED
bool send_SCI_GETFOLDEXPANDED(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t line)
Undocumented in source.
send_SCI_GETFOLDLEVEL
core.stdc.stdint.intptr_t send_SCI_GETFOLDLEVEL(core.sys.windows.windef.HWND _scintillaHandle, .line line)
Undocumented in source.
send_SCI_GETFOLDPARENT
.line send_SCI_GETFOLDPARENT(core.sys.windows.windef.HWND _scintillaHandle, .line line)
Undocumented in source.
send_SCI_GETFONTQUALITY
core.stdc.stdint.intptr_t send_SCI_GETFONTQUALITY(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETGAPPOSITION
.position send_SCI_GETGAPPOSITION(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETHIGHLIGHTGUIDE
.position send_SCI_GETHIGHLIGHTGUIDE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETHOTSPOTACTIVEBACK
.colour send_SCI_GETHOTSPOTACTIVEBACK(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETHOTSPOTACTIVEFORE
.colour send_SCI_GETHOTSPOTACTIVEFORE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETHOTSPOTACTIVEUNDERLINE
bool send_SCI_GETHOTSPOTACTIVEUNDERLINE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETHOTSPOTSINGLELINE
bool send_SCI_GETHOTSPOTSINGLELINE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETHSCROLLBAR
bool send_SCI_GETHSCROLLBAR(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETIDENTIFIER
core.stdc.stdint.intptr_t send_SCI_GETIDENTIFIER(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETIDLESTYLING
core.stdc.stdint.intptr_t send_SCI_GETIDLESTYLING(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETIMEINTERACTION
core.stdc.stdint.intptr_t send_SCI_GETIMEINTERACTION(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETINDENT
core.stdc.stdint.intptr_t send_SCI_GETINDENT(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETINDENTATIONGUIDES
core.stdc.stdint.intptr_t send_SCI_GETINDENTATIONGUIDES(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETINDICATORCURRENT
core.stdc.stdint.intptr_t send_SCI_GETINDICATORCURRENT(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETINDICATORVALUE
core.stdc.stdint.intptr_t send_SCI_GETINDICATORVALUE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETLASTCHILD
.line send_SCI_GETLASTCHILD(core.sys.windows.windef.HWND _scintillaHandle, .line line, core.stdc.stdint.intptr_t level)
Undocumented in source.
send_SCI_GETLAYOUTCACHE
core.stdc.stdint.intptr_t send_SCI_GETLAYOUTCACHE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETLENGTH
.position send_SCI_GETLENGTH(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETLEXER
core.stdc.stdint.intptr_t send_SCI_GETLEXER(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETLEXERLANGUAGE
core.stdc.stdint.intptr_t send_SCI_GETLEXERLANGUAGE(core.sys.windows.windef.HWND _scintillaHandle, char* language)
Undocumented in source.
send_SCI_GETLINE
.position send_SCI_GETLINE(core.sys.windows.windef.HWND _scintillaHandle, .line line, char* text)
Undocumented in source.
send_SCI_GETLINECHARACTERINDEX
core.stdc.stdint.intptr_t send_SCI_GETLINECHARACTERINDEX(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETLINECOUNT
.line send_SCI_GETLINECOUNT(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETLINEENDPOSITION
.position send_SCI_GETLINEENDPOSITION(core.sys.windows.windef.HWND _scintillaHandle, .line line)
Undocumented in source.
send_SCI_GETLINEENDTYPESACTIVE
core.stdc.stdint.intptr_t send_SCI_GETLINEENDTYPESACTIVE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETLINEENDTYPESALLOWED
core.stdc.stdint.intptr_t send_SCI_GETLINEENDTYPESALLOWED(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETLINEENDTYPESSUPPORTED
core.stdc.stdint.intptr_t send_SCI_GETLINEENDTYPESSUPPORTED(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETLINEINDENTATION
core.stdc.stdint.intptr_t send_SCI_GETLINEINDENTATION(core.sys.windows.windef.HWND _scintillaHandle, .line line)
Undocumented in source.
send_SCI_GETLINEINDENTPOSITION
.position send_SCI_GETLINEINDENTPOSITION(core.sys.windows.windef.HWND _scintillaHandle, .line line)
Undocumented in source.
send_SCI_GETLINESELENDPOSITION
.position send_SCI_GETLINESELENDPOSITION(core.sys.windows.windef.HWND _scintillaHandle, .line line)
Undocumented in source.
send_SCI_GETLINESELSTARTPOSITION
.position send_SCI_GETLINESELSTARTPOSITION(core.sys.windows.windef.HWND _scintillaHandle, .line line)
Undocumented in source.
send_SCI_GETLINESTATE
core.stdc.stdint.intptr_t send_SCI_GETLINESTATE(core.sys.windows.windef.HWND _scintillaHandle, .line line)
Undocumented in source.
send_SCI_GETLINEVISIBLE
bool send_SCI_GETLINEVISIBLE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t line)
Undocumented in source.
send_SCI_GETMAINSELECTION
core.stdc.stdint.intptr_t send_SCI_GETMAINSELECTION(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETMARGINBACKN
.colour send_SCI_GETMARGINBACKN(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t margin)
Undocumented in source.
send_SCI_GETMARGINCURSORN
core.stdc.stdint.intptr_t send_SCI_GETMARGINCURSORN(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t margin)
Undocumented in source.
send_SCI_GETMARGINLEFT
core.stdc.stdint.intptr_t send_SCI_GETMARGINLEFT(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETMARGINMASKN
core.stdc.stdint.intptr_t send_SCI_GETMARGINMASKN(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t margin)
Undocumented in source.
send_SCI_GETMARGINOPTIONS
core.stdc.stdint.intptr_t send_SCI_GETMARGINOPTIONS(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETMARGINRIGHT
core.stdc.stdint.intptr_t send_SCI_GETMARGINRIGHT(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETMARGINS
core.stdc.stdint.intptr_t send_SCI_GETMARGINS(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETMARGINSENSITIVEN
bool send_SCI_GETMARGINSENSITIVEN(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t margin)
Undocumented in source.
send_SCI_GETMARGINTYPEN
core.stdc.stdint.intptr_t send_SCI_GETMARGINTYPEN(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t margin)
Undocumented in source.
send_SCI_GETMARGINWIDTHN
core.stdc.stdint.intptr_t send_SCI_GETMARGINWIDTHN(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t margin)
Undocumented in source.
send_SCI_GETMAXLINESTATE
core.stdc.stdint.intptr_t send_SCI_GETMAXLINESTATE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETMODEVENTMASK
core.stdc.stdint.intptr_t send_SCI_GETMODEVENTMASK(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETMODIFY
bool send_SCI_GETMODIFY(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETMOUSEDOWNCAPTURES
bool send_SCI_GETMOUSEDOWNCAPTURES(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETMOUSEDWELLTIME
core.stdc.stdint.intptr_t send_SCI_GETMOUSEDWELLTIME(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETMOUSESELECTIONRECTANGULARSWITCH
bool send_SCI_GETMOUSESELECTIONRECTANGULARSWITCH(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETMOUSEWHEELCAPTURES
bool send_SCI_GETMOUSEWHEELCAPTURES(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETMOVEEXTENDSSELECTION
bool send_SCI_GETMOVEEXTENDSSELECTION(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETMULTIPASTE
core.stdc.stdint.intptr_t send_SCI_GETMULTIPASTE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETMULTIPLESELECTION
bool send_SCI_GETMULTIPLESELECTION(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETNAMEDSTYLES
core.stdc.stdint.intptr_t send_SCI_GETNAMEDSTYLES(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETNEXTTABSTOP
core.stdc.stdint.intptr_t send_SCI_GETNEXTTABSTOP(core.sys.windows.windef.HWND _scintillaHandle, .line line, core.stdc.stdint.intptr_t x)
Undocumented in source.
send_SCI_GETOVERTYPE
bool send_SCI_GETOVERTYPE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETPASTECONVERTENDINGS
bool send_SCI_GETPASTECONVERTENDINGS(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETPHASESDRAW
core.stdc.stdint.intptr_t send_SCI_GETPHASESDRAW(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETPOSITIONCACHE
core.stdc.stdint.intptr_t send_SCI_GETPOSITIONCACHE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETPRIMARYSTYLEFROMSTYLE
core.stdc.stdint.intptr_t send_SCI_GETPRIMARYSTYLEFROMSTYLE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style)
Undocumented in source.
send_SCI_GETPRINTCOLOURMODE
core.stdc.stdint.intptr_t send_SCI_GETPRINTCOLOURMODE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETPRINTMAGNIFICATION
core.stdc.stdint.intptr_t send_SCI_GETPRINTMAGNIFICATION(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETPRINTWRAPMODE
core.stdc.stdint.intptr_t send_SCI_GETPRINTWRAPMODE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETPROPERTY
core.stdc.stdint.intptr_t send_SCI_GETPROPERTY(core.sys.windows.windef.HWND _scintillaHandle, const(char)* key, char* value)
Undocumented in source.
send_SCI_GETPROPERTYEXPANDED
core.stdc.stdint.intptr_t send_SCI_GETPROPERTYEXPANDED(core.sys.windows.windef.HWND _scintillaHandle, const(char)* key, char* value)
Undocumented in source.
send_SCI_GETPROPERTYINT
core.stdc.stdint.intptr_t send_SCI_GETPROPERTYINT(core.sys.windows.windef.HWND _scintillaHandle, const(char)* key, char* value)
Undocumented in source.
send_SCI_GETPUNCTUATIONCHARS
core.stdc.stdint.intptr_t send_SCI_GETPUNCTUATIONCHARS(core.sys.windows.windef.HWND _scintillaHandle, char* characters)
Undocumented in source.
send_SCI_GETRANGEPOINTER
.pointer send_SCI_GETRANGEPOINTER(core.sys.windows.windef.HWND _scintillaHandle, .position start, .position lengthRange)
Undocumented in source.
send_SCI_GETREADONLY
bool send_SCI_GETREADONLY(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETRECTANGULARSELECTIONANCHOR
.position send_SCI_GETRECTANGULARSELECTIONANCHOR(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETRECTANGULARSELECTIONANCHORVIRTUALSPACE
.position send_SCI_GETRECTANGULARSELECTIONANCHORVIRTUALSPACE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETRECTANGULARSELECTIONCARET
.position send_SCI_GETRECTANGULARSELECTIONCARET(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETRECTANGULARSELECTIONCARETVIRTUALSPACE
.position send_SCI_GETRECTANGULARSELECTIONCARETVIRTUALSPACE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETRECTANGULARSELECTIONMODIFIER
core.stdc.stdint.intptr_t send_SCI_GETRECTANGULARSELECTIONMODIFIER(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETREPRESENTATION
core.stdc.stdint.intptr_t send_SCI_GETREPRESENTATION(core.sys.windows.windef.HWND _scintillaHandle, const(char)* encodedCharacter, char* representation)
Undocumented in source.
send_SCI_GETSCROLLWIDTH
core.stdc.stdint.intptr_t send_SCI_GETSCROLLWIDTH(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETSCROLLWIDTHTRACKING
bool send_SCI_GETSCROLLWIDTHTRACKING(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETSEARCHFLAGS
core.stdc.stdint.intptr_t send_SCI_GETSEARCHFLAGS(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETSELALPHA
core.stdc.stdint.intptr_t send_SCI_GETSELALPHA(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETSELECTIONEMPTY
bool send_SCI_GETSELECTIONEMPTY(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETSELECTIONEND
.position send_SCI_GETSELECTIONEND(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETSELECTIONMODE
core.stdc.stdint.intptr_t send_SCI_GETSELECTIONMODE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETSELECTIONNANCHOR
.position send_SCI_GETSELECTIONNANCHOR(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t selection)
Undocumented in source.
send_SCI_GETSELECTIONNANCHORVIRTUALSPACE
.position send_SCI_GETSELECTIONNANCHORVIRTUALSPACE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t selection)
Undocumented in source.
send_SCI_GETSELECTIONNCARET
.position send_SCI_GETSELECTIONNCARET(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t selection)
Undocumented in source.
send_SCI_GETSELECTIONNCARETVIRTUALSPACE
.position send_SCI_GETSELECTIONNCARETVIRTUALSPACE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t selection)
Undocumented in source.
send_SCI_GETSELECTIONNEND
.position send_SCI_GETSELECTIONNEND(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t selection)
Undocumented in source.
send_SCI_GETSELECTIONNSTART
.position send_SCI_GETSELECTIONNSTART(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t selection)
Undocumented in source.
send_SCI_GETSELECTIONS
core.stdc.stdint.intptr_t send_SCI_GETSELECTIONS(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETSELECTIONSTART
.position send_SCI_GETSELECTIONSTART(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETSELEOLFILLED
bool send_SCI_GETSELEOLFILLED(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETSELTEXT
.position send_SCI_GETSELTEXT(core.sys.windows.windef.HWND _scintillaHandle, char* text)
Undocumented in source.
send_SCI_GETSELTEXT
.position send_SCI_GETSELTEXT(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETSTATUS
core.stdc.stdint.intptr_t send_SCI_GETSTATUS(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETSTYLEAT
core.stdc.stdint.intptr_t send_SCI_GETSTYLEAT(core.sys.windows.windef.HWND _scintillaHandle, .position pos)
Undocumented in source.
send_SCI_GETSTYLEDTEXT
.position send_SCI_GETSTYLEDTEXT(core.sys.windows.windef.HWND _scintillaHandle, npp_api.scintilla.scintilla.Sci_TextRange tr)
Undocumented in source.
send_SCI_GETSTYLEFROMSUBSTYLE
core.stdc.stdint.intptr_t send_SCI_GETSTYLEFROMSUBSTYLE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t subStyle)
Undocumented in source.
send_SCI_GETSUBSTYLEBASES
core.stdc.stdint.intptr_t send_SCI_GETSUBSTYLEBASES(core.sys.windows.windef.HWND _scintillaHandle, char* styles)
Undocumented in source.
send_SCI_GETSUBSTYLESLENGTH
core.stdc.stdint.intptr_t send_SCI_GETSUBSTYLESLENGTH(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t styleBase)
Undocumented in source.
send_SCI_GETSUBSTYLESSTART
core.stdc.stdint.intptr_t send_SCI_GETSUBSTYLESSTART(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t styleBase)
Undocumented in source.
send_SCI_GETTABDRAWMODE
core.stdc.stdint.intptr_t send_SCI_GETTABDRAWMODE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETTABINDENTS
bool send_SCI_GETTABINDENTS(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETTABWIDTH
core.stdc.stdint.intptr_t send_SCI_GETTABWIDTH(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETTAG
core.stdc.stdint.intptr_t send_SCI_GETTAG(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t tagNumber, char* tagValue)
Undocumented in source.
send_SCI_GETTARGETEND
.position send_SCI_GETTARGETEND(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETTARGETSTART
.position send_SCI_GETTARGETSTART(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETTARGETTEXT
.position send_SCI_GETTARGETTEXT(core.sys.windows.windef.HWND _scintillaHandle, char* text)
Undocumented in source.
send_SCI_GETTECHNOLOGY
core.stdc.stdint.intptr_t send_SCI_GETTECHNOLOGY(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETTEXT
.position send_SCI_GETTEXT(core.sys.windows.windef.HWND _scintillaHandle, .position length, char* text)
Undocumented in source.
send_SCI_GETTEXTLENGTH
.position send_SCI_GETTEXTLENGTH(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETTEXTRANGE
.position send_SCI_GETTEXTRANGE(core.sys.windows.windef.HWND _scintillaHandle, npp_api.scintilla.scintilla.Sci_TextRange tr)
Undocumented in source.
send_SCI_GETUNDOCOLLECTION
bool send_SCI_GETUNDOCOLLECTION(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETUSETABS
bool send_SCI_GETUSETABS(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETVIEWEOL
bool send_SCI_GETVIEWEOL(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETVIEWWS
core.stdc.stdint.intptr_t send_SCI_GETVIEWWS(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETVIRTUALSPACEOPTIONS
core.stdc.stdint.intptr_t send_SCI_GETVIRTUALSPACEOPTIONS(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETVSCROLLBAR
bool send_SCI_GETVSCROLLBAR(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETWHITESPACECHARS
core.stdc.stdint.intptr_t send_SCI_GETWHITESPACECHARS(core.sys.windows.windef.HWND _scintillaHandle, char* characters)
Undocumented in source.
send_SCI_GETWHITESPACESIZE
core.stdc.stdint.intptr_t send_SCI_GETWHITESPACESIZE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETWORDCHARS
core.stdc.stdint.intptr_t send_SCI_GETWORDCHARS(core.sys.windows.windef.HWND _scintillaHandle, char* characters)
Undocumented in source.
send_SCI_GETWRAPINDENTMODE
core.stdc.stdint.intptr_t send_SCI_GETWRAPINDENTMODE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETWRAPMODE
core.stdc.stdint.intptr_t send_SCI_GETWRAPMODE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETWRAPSTARTINDENT
core.stdc.stdint.intptr_t send_SCI_GETWRAPSTARTINDENT(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETWRAPVISUALFLAGS
core.stdc.stdint.intptr_t send_SCI_GETWRAPVISUALFLAGS(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETWRAPVISUALFLAGSLOCATION
core.stdc.stdint.intptr_t send_SCI_GETWRAPVISUALFLAGSLOCATION(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETXOFFSET
core.stdc.stdint.intptr_t send_SCI_GETXOFFSET(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GETZOOM
core.stdc.stdint.intptr_t send_SCI_GETZOOM(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_GOTOLINE
void send_SCI_GOTOLINE(core.sys.windows.windef.HWND _scintillaHandle, .line line)
Undocumented in source.
send_SCI_GOTOPOS
void send_SCI_GOTOPOS(core.sys.windows.windef.HWND _scintillaHandle, .position caret)
Undocumented in source.
send_SCI_INDEXPOSITIONFROMLINE
.position send_SCI_INDEXPOSITIONFROMLINE(core.sys.windows.windef.HWND _scintillaHandle, .line line, core.stdc.stdint.intptr_t lineCharacterIndex)
Undocumented in source.
send_SCI_INDICATORALLONFOR
core.stdc.stdint.intptr_t send_SCI_INDICATORALLONFOR(core.sys.windows.windef.HWND _scintillaHandle, .position pos)
Undocumented in source.
send_SCI_INDICATOREND
core.stdc.stdint.intptr_t send_SCI_INDICATOREND(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t indicator, .position pos)
Undocumented in source.
send_SCI_INDICATORSTART
core.stdc.stdint.intptr_t send_SCI_INDICATORSTART(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t indicator, .position pos)
Undocumented in source.
send_SCI_INDICATORVALUEAT
core.stdc.stdint.intptr_t send_SCI_INDICATORVALUEAT(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t indicator, .position pos)
Undocumented in source.
send_SCI_INDICGETALPHA
core.stdc.stdint.intptr_t send_SCI_INDICGETALPHA(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t indicator)
Undocumented in source.
send_SCI_INDICGETFLAGS
core.stdc.stdint.intptr_t send_SCI_INDICGETFLAGS(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t indicator)
Undocumented in source.
send_SCI_INDICGETFORE
.colour send_SCI_INDICGETFORE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t indicator)
Undocumented in source.
send_SCI_INDICGETHOVERFORE
.colour send_SCI_INDICGETHOVERFORE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t indicator)
Undocumented in source.
send_SCI_INDICGETHOVERSTYLE
core.stdc.stdint.intptr_t send_SCI_INDICGETHOVERSTYLE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t indicator)
Undocumented in source.
send_SCI_INDICGETOUTLINEALPHA
core.stdc.stdint.intptr_t send_SCI_INDICGETOUTLINEALPHA(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t indicator)
Undocumented in source.
send_SCI_INDICGETSTYLE
core.stdc.stdint.intptr_t send_SCI_INDICGETSTYLE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t indicator)
Undocumented in source.
send_SCI_INDICGETUNDER
bool send_SCI_INDICGETUNDER(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t indicator)
Undocumented in source.
send_SCI_INSERTTEXT
void send_SCI_INSERTTEXT(core.sys.windows.windef.HWND _scintillaHandle, .position pos, char* text)
Undocumented in source.
send_SCI_ISRANGEWORD
bool send_SCI_ISRANGEWORD(core.sys.windows.windef.HWND _scintillaHandle, .position start, .position end)
Undocumented in source.
send_SCI_LINEFROMINDEXPOSITION
.line send_SCI_LINEFROMINDEXPOSITION(core.sys.windows.windef.HWND _scintillaHandle, .position pos, core.stdc.stdint.intptr_t lineCharacterIndex)
Undocumented in source.
send_SCI_LINEFROMPOSITION
.line send_SCI_LINEFROMPOSITION(core.sys.windows.windef.HWND _scintillaHandle, .position pos)
Undocumented in source.
send_SCI_LINELENGTH
.position send_SCI_LINELENGTH(core.sys.windows.windef.HWND _scintillaHandle, .line line)
Undocumented in source.
send_SCI_LINESONSCREEN
.line send_SCI_LINESONSCREEN(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_MARGINGETSTYLE
core.stdc.stdint.intptr_t send_SCI_MARGINGETSTYLE(core.sys.windows.windef.HWND _scintillaHandle, .line line)
Undocumented in source.
send_SCI_MARGINGETSTYLEOFFSET
core.stdc.stdint.intptr_t send_SCI_MARGINGETSTYLEOFFSET(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_MARGINGETSTYLES
core.stdc.stdint.intptr_t send_SCI_MARGINGETSTYLES(core.sys.windows.windef.HWND _scintillaHandle, .line line, char* styles)
Undocumented in source.
send_SCI_MARGINGETTEXT
core.stdc.stdint.intptr_t send_SCI_MARGINGETTEXT(core.sys.windows.windef.HWND _scintillaHandle, .line line, char* text)
Undocumented in source.
send_SCI_MARKERADD
core.stdc.stdint.intptr_t send_SCI_MARKERADD(core.sys.windows.windef.HWND _scintillaHandle, .line line, core.stdc.stdint.intptr_t markerNumber)
Undocumented in source.
send_SCI_MARKERGET
core.stdc.stdint.intptr_t send_SCI_MARKERGET(core.sys.windows.windef.HWND _scintillaHandle, .line line)
Undocumented in source.
send_SCI_MARKERLINEFROMHANDLE
core.stdc.stdint.intptr_t send_SCI_MARKERLINEFROMHANDLE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t markerHandle)
Undocumented in source.
send_SCI_MARKERNEXT
.line send_SCI_MARKERNEXT(core.sys.windows.windef.HWND _scintillaHandle, .line lineStart, core.stdc.stdint.intptr_t markerMask)
Undocumented in source.
send_SCI_MARKERPREVIOUS
.line send_SCI_MARKERPREVIOUS(core.sys.windows.windef.HWND _scintillaHandle, .line lineStart, core.stdc.stdint.intptr_t markerMask)
Undocumented in source.
send_SCI_MARKERSYMBOLDEFINED
core.stdc.stdint.intptr_t send_SCI_MARKERSYMBOLDEFINED(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t markerNumber)
Undocumented in source.
send_SCI_NAMEOFSTYLE
core.stdc.stdint.intptr_t send_SCI_NAMEOFSTYLE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style, char* name)
Undocumented in source.
send_SCI_PASTE
void send_SCI_PASTE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_POINTXFROMPOSITION
core.stdc.stdint.intptr_t send_SCI_POINTXFROMPOSITION(core.sys.windows.windef.HWND _scintillaHandle, .position pos)
Undocumented in source.
send_SCI_POINTYFROMPOSITION
core.stdc.stdint.intptr_t send_SCI_POINTYFROMPOSITION(core.sys.windows.windef.HWND _scintillaHandle, .position pos)
Undocumented in source.
send_SCI_POSITIONAFTER
.position send_SCI_POSITIONAFTER(core.sys.windows.windef.HWND _scintillaHandle, .position pos)
Undocumented in source.
send_SCI_POSITIONBEFORE
.position send_SCI_POSITIONBEFORE(core.sys.windows.windef.HWND _scintillaHandle, .position pos)
Undocumented in source.
send_SCI_POSITIONFROMLINE
.position send_SCI_POSITIONFROMLINE(core.sys.windows.windef.HWND _scintillaHandle, .line line)
Undocumented in source.
send_SCI_POSITIONFROMPOINT
.position send_SCI_POSITIONFROMPOINT(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t x, core.stdc.stdint.intptr_t y)
Undocumented in source.
send_SCI_POSITIONFROMPOINTCLOSE
.position send_SCI_POSITIONFROMPOINTCLOSE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t x, core.stdc.stdint.intptr_t y)
Undocumented in source.
send_SCI_POSITIONRELATIVE
.position send_SCI_POSITIONRELATIVE(core.sys.windows.windef.HWND _scintillaHandle, .position pos, .position relative)
Undocumented in source.
send_SCI_POSITIONRELATIVECODEUNITS
.position send_SCI_POSITIONRELATIVECODEUNITS(core.sys.windows.windef.HWND _scintillaHandle, .position pos, .position relative)
Undocumented in source.
send_SCI_PRIVATELEXERCALL
.pointer send_SCI_PRIVATELEXERCALL(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t operation, .pointer pointer)
Undocumented in source.
send_SCI_PROPERTYNAMES
core.stdc.stdint.intptr_t send_SCI_PROPERTYNAMES(core.sys.windows.windef.HWND _scintillaHandle, char* names)
Undocumented in source.
send_SCI_PROPERTYTYPE
core.stdc.stdint.intptr_t send_SCI_PROPERTYTYPE(core.sys.windows.windef.HWND _scintillaHandle, const(char)* name)
Undocumented in source.
send_SCI_REDO
void send_SCI_REDO(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_REPLACESEL
void send_SCI_REPLACESEL(core.sys.windows.windef.HWND _scintillaHandle, char* text)
Undocumented in source.
send_SCI_REPLACETARGET
.position send_SCI_REPLACETARGET(core.sys.windows.windef.HWND _scintillaHandle, .position length, const(char)* text)
Undocumented in source.
send_SCI_REPLACETARGETRE
.position send_SCI_REPLACETARGETRE(core.sys.windows.windef.HWND _scintillaHandle, .position length, const(char)* text)
Undocumented in source.
send_SCI_SEARCHINTARGET
.position send_SCI_SEARCHINTARGET(core.sys.windows.windef.HWND _scintillaHandle, .position length, const(char)* text)
Undocumented in source.
send_SCI_SEARCHNEXT
.position send_SCI_SEARCHNEXT(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t searchFlags, const(char)* text)
Undocumented in source.
send_SCI_SEARCHPREV
.position send_SCI_SEARCHPREV(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t searchFlags, const(char)* text)
Undocumented in source.
send_SCI_SELECTIONISRECTANGLE
bool send_SCI_SELECTIONISRECTANGLE(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_SETSEL
void send_SCI_SETSEL(core.sys.windows.windef.HWND _scintillaHandle, .position anchor, .position caret)
Undocumented in source.
send_SCI_SETTARGETEND
void send_SCI_SETTARGETEND(core.sys.windows.windef.HWND _scintillaHandle, .position end)
Undocumented in source.
send_SCI_SETTARGETSTART
void send_SCI_SETTARGETSTART(core.sys.windows.windef.HWND _scintillaHandle, .position start)
Undocumented in source.
send_SCI_SETTEXT
void send_SCI_SETTEXT(core.sys.windows.windef.HWND _scintillaHandle, char* text)
Undocumented in source.
send_SCI_SETZOOM
void send_SCI_SETZOOM(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t zoomInPoints)
Undocumented in source.
send_SCI_STYLEGETBACK
.colour send_SCI_STYLEGETBACK(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style)
Undocumented in source.
send_SCI_STYLEGETBOLD
bool send_SCI_STYLEGETBOLD(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style)
Undocumented in source.
send_SCI_STYLEGETCASE
core.stdc.stdint.intptr_t send_SCI_STYLEGETCASE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style)
Undocumented in source.
send_SCI_STYLEGETCHANGEABLE
bool send_SCI_STYLEGETCHANGEABLE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style)
Undocumented in source.
send_SCI_STYLEGETCHARACTERSET
core.stdc.stdint.intptr_t send_SCI_STYLEGETCHARACTERSET(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style)
Undocumented in source.
send_SCI_STYLEGETEOLFILLED
bool send_SCI_STYLEGETEOLFILLED(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style)
Undocumented in source.
send_SCI_STYLEGETFONT
core.stdc.stdint.intptr_t send_SCI_STYLEGETFONT(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style, char* tags)
Undocumented in source.
send_SCI_STYLEGETFORE
.colour send_SCI_STYLEGETFORE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style)
Undocumented in source.
send_SCI_STYLEGETHOTSPOT
bool send_SCI_STYLEGETHOTSPOT(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style)
Undocumented in source.
send_SCI_STYLEGETITALIC
bool send_SCI_STYLEGETITALIC(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style)
Undocumented in source.
send_SCI_STYLEGETSIZE
core.stdc.stdint.intptr_t send_SCI_STYLEGETSIZE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style)
Undocumented in source.
send_SCI_STYLEGETSIZEFRACTIONAL
core.stdc.stdint.intptr_t send_SCI_STYLEGETSIZEFRACTIONAL(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style)
Undocumented in source.
send_SCI_STYLEGETUNDERLINE
bool send_SCI_STYLEGETUNDERLINE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style)
Undocumented in source.
send_SCI_STYLEGETVISIBLE
bool send_SCI_STYLEGETVISIBLE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style)
Undocumented in source.
send_SCI_STYLEGETWEIGHT
core.stdc.stdint.intptr_t send_SCI_STYLEGETWEIGHT(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style)
Undocumented in source.
send_SCI_TAGSOFSTYLE
core.stdc.stdint.intptr_t send_SCI_TAGSOFSTYLE(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style, char* tags)
Undocumented in source.
send_SCI_TARGETASUTF8
.position send_SCI_TARGETASUTF8(core.sys.windows.windef.HWND _scintillaHandle, char* s)
Undocumented in source.
send_SCI_TARGETFROMSELECTION
void send_SCI_TARGETFROMSELECTION(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_TEXTHEIGHT
core.stdc.stdint.intptr_t send_SCI_TEXTHEIGHT(core.sys.windows.windef.HWND _scintillaHandle, .line line)
Undocumented in source.
send_SCI_TEXTWIDTH
core.stdc.stdint.intptr_t send_SCI_TEXTWIDTH(core.sys.windows.windef.HWND _scintillaHandle, core.stdc.stdint.intptr_t style, const(char)* text)
Undocumented in source.
send_SCI_UNDO
void send_SCI_UNDO(core.sys.windows.windef.HWND _scintillaHandle)
Undocumented in source.
send_SCI_VISIBLEFROMDOCLINE
.line send_SCI_VISIBLEFROMDOCLINE(core.sys.windows.windef.HWND _scintillaHandle, .line docLine)
Undocumented in source.
send_SCI_WORDENDPOSITION
.position send_SCI_WORDENDPOSITION(core.sys.windows.windef.HWND _scintillaHandle, .position pos, bool onlyWordCharacters)
Undocumented in source.
send_SCI_WORDSTARTPOSITION
.position send_SCI_WORDSTARTPOSITION(core.sys.windows.windef.HWND _scintillaHandle, .position pos, bool onlyWordCharacters)
Undocumented in source.
send_SCI_WRAPCOUNT
.line send_SCI_WRAPCOUNT(core.sys.windows.windef.HWND _scintillaHandle, .line docLine)
Undocumented in source.

See Also

Meta

License

GPL-2.0 or later