aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaMessages.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2025-02-01 14:43:22 +1100
committerNeil <nyamatongwe@gmail.com>2025-02-01 14:43:22 +1100
commitf54fd2019dd648b29a80ec7429833ab546d3a428 (patch)
tree231bebba7db25fccf798340bdd908f28fd504c26 /include/ScintillaMessages.h
parentdb6332fa9933244c45c44063afbdcccb462cfc03 (diff)
downloadscintilla-mirror-f54fd2019dd648b29a80ec7429833ab546d3a428.tar.gz
Serialize selection type and ranges with SCI_GETSELECTIONSERIALIZED and
SCI_SETSELECTIONSERIALIZED.
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 f60be4d52..d7ec27c39 100644
--- a/include/ScintillaMessages.h
+++ b/include/ScintillaMessages.h
@@ -287,6 +287,8 @@ enum class Message {
GetChangeHistory = 2781,
SetUndoSelectionHistory = 2782,
GetUndoSelectionHistory = 2783,
+ SetSelectionSerialized = 2784,
+ GetSelectionSerialized = 2785,
GetFirstVisibleLine = 2152,
GetLine = 2153,
GetLineCount = 2154,