aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaMessages.h
diff options
context:
space:
mode:
authorNathaniel Braun <unknown>2026-01-08 08:22:01 +1100
committerNathaniel Braun <unknown>2026-01-08 08:22:01 +1100
commit56c071e2734e3812c7c77b611637cbc2698eb7d3 (patch)
tree5da57f71c12bef0a8bd2706a0d8773cb5442ddfe /include/ScintillaMessages.h
parent0627663abd14c81cafde85ce9cc0502d9bc3a6c3 (diff)
downloadscintilla-mirror-56c071e2734e3812c7c77b611637cbc2698eb7d3.tar.gz
Feature [feature-requests:#184]. Add option to disable drag/drop editing
SCI_SETDRAGDROPENABLED. Fully implemented on Win32 but may only prevent dragging on other platforms.
Diffstat (limited to 'include/ScintillaMessages.h')
-rw-r--r--include/ScintillaMessages.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ScintillaMessages.h b/include/ScintillaMessages.h
index 6a33f5c6d..d327bf7c1 100644
--- a/include/ScintillaMessages.h
+++ b/include/ScintillaMessages.h
@@ -799,6 +799,8 @@ enum class Message {
ReleaseLineCharacterIndex = 2712,
LineFromIndexPosition = 2713,
IndexPositionFromLine = 2714,
+ GetDragDropEnabled = 2818,
+ SetDragDropEnabled = 2819,
StartRecord = 3001,
StopRecord = 3002,
GetLexer = 4002,