diff options
| author | nyamatongwe <devnull@localhost> | 2011-01-02 18:02:04 +1100 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2011-01-02 18:02:04 +1100 |
| commit | dca63476b59be3391d9dc7a1dd3d7384b553e70e (patch) | |
| tree | 8ce083dd14b7d392bcdb55b01cd428be989c4a50 /include/Scintilla.iface | |
| parent | a317b8d0d40cabfcf5cafb64a632a2c961bfb43c (diff) | |
| download | scintilla-mirror-dca63476b59be3391d9dc7a1dd3d7384b553e70e.tar.gz | |
Send SCN_UPDATEUI notification when view scrolled. Satisfies feature request #3125977.
Also includes an updated field in notification so that updates of no interest can be
easily ignored.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 405fc0552..1a81aca98 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2193,6 +2193,11 @@ val SC_MOD_CONTAINER=0x40000 val SC_MOD_LEXERSTATE=0x80000 val SC_MODEVENTMASKALL=0xFFFFF +val SC_UPDATE_CONTENT=0x1 +val SC_UPDATE_SELECTION=0x2 +val SC_UPDATE_V_SCROLL=0x4 +val SC_UPDATE_H_SCROLL=0x8 + # For compatibility, these go through the COMMAND notification rather than NOTIFY # and should have had exactly the same values as the EN_* constants. # Unfortunately the SETFOCUS and KILLFOCUS are flipped over from EN_* |
