From c5dedff99f306588a7217d40a4281db7d1baffaa Mon Sep 17 00:00:00 2001
From: Neil The following SCI_* messages are associated with these notifications:
+
+
@@ -7749,7 +7751,9 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber);
EN_CHANGE). No other information is sent. If you need more detailed information
use . You can filter the
types of changes you are notified about with .
SCI_SETMODEVENTMASK and
+ SCI_SETCOMMANDEVENTS.
SCI_SETMODEVENTMASK(int eventMask)
SCI_GETMODEVENTMASK → int
@@ -7769,6 +7773,14 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber);
SC_MOD_BEFOREINSERT, SC_MOD_BEFOREDELETE,
SC_MULTILINEUNDOREDO, and SC_MODEVENTMASKALL.
SCI_SETCOMMANDEVENTS(bool commandEvents)
+ SCI_GETCOMMANDEVENTS → bool
+ These messages set and get whether SCEN_* command events are
+ sent to the container. For SCEN_CHANGE this acts as an additional filter over
+ .
+ Most applications should set this off to avoid overhead and only use
+ .
SCEN_SETFOCUS
SCEN_KILLFOCUS
SCEN_SETFOCUS (512) is fired when Scintilla receives focus and
--
cgit v1.2.3