From 56c071e2734e3812c7c77b611637cbc2698eb7d3 Mon Sep 17 00:00:00 2001 From: Nathaniel Braun Date: Thu, 8 Jan 2026 08:22:01 +1100 Subject: 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. --- doc/ScintillaDoc.html | 6 ++++++ doc/ScintillaHistory.html | 5 +++++ 2 files changed, 11 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 0dfe986f4..d432043f6 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -482,6 +482,8 @@ *text)
SCI_SETREADONLY(bool readOnly)
SCI_GETREADONLY → bool
+ SCI_GETDRAGDROPENABLED → bool
+ SCI_SETDRAGDROPENABLED(bool dragDropEnabled)
SCI_GETTEXTRANGE(<unused>, Sci_TextRange *tr) → position
SCI_GETTEXTRANGEFULL(<unused>, Sci_TextRangeFull *tr) → position
SCI_ALLOCATE(position bytes)
@@ -568,6 +570,10 @@ only, attempts to modify the text cause the SCN_MODIFYATTEMPTRO notification.

+

SCI_GETDRAGDROPENABLED → bool
+ SCI_SETDRAGDROPENABLED(bool dragDropEnabled)
+ These messages get and set the flag controlling whether drag-and-drop is enabled or not.

+

SCI_GETTEXTRANGE(<unused>, Sci_TextRange *tr) → position
SCI_GETTEXTRANGEFULL(<unused>, Sci_TextRangeFull *tr) → position
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 12b233b4f..1148abaa1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -592,6 +592,7 @@ Ahmet Sait Sven Ritter Stefan Löffler + Nathaniel Braun

Releases

@@ -603,6 +604,10 @@ Released 10 November 2025.
  • + Add option to disable drag/drop editing. + Feature #184. +
  • +
  • Fix SCI_SETSELECTIONNSTART and SCI_SETSELECTIONNEND to behave more sensibly. Bug #2488.
  • -- cgit v1.2.3