Notepad ++ Scintilla . callTip . scintilla, gui Notepad ++ ( callTip, , ), Scintilla.
( , , ) - NppExec. SCI_SENDMSG
. scintilla . :
- , , . , , , STYLE_DEFAULT. STYLE_CALLTIP , , , SCI_CALLTIPUSESTYLE. . , , .
, SCI_CALLTIPUSESTYLE
( -), SCI_CALLTIPSETBACK
SCI_CALLTIPSETFORE
.
, , Scintilla NppExec, :
NppExec PluginManager PluginCentral. Zip NppExec dll . / Notepad ++ , NppExec ( ). NppExec Scintilla.h
, .
NppExec script ( → NppExec → Execute..., , SetCallTipStlye):
// use CALLTIPSTYLE instead DEFAULT
SCI_SENDMSG SCI_CALLTIPUSESTYLE 0
// background to black ( 0 )
SCI_SENDMSG SCI_CALLTIPSETBACK 0
// foreground to white ( 0xffffff )
SCI_SENDMSG SCI_CALLTIPSETFORE 0xffffff
script OK
calltip , , .
, , → NppExec → script, Notepad ++ . script
(, SetCallTipStlye)
, , . , , calltip, .