aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-09-09 23:41:24 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-09-09 23:41:24 -0400
commit9ec5dc184d3095ea6c091ecd326e459c7caf2ca7 (patch)
tree5b0f8425f7aad7fe1d434812fe24be656d0cafce /include/Scintilla.h
parenta0b3f49afb6107c33582dc2c1fcace558c0d1f2c (diff)
downloadscintilla-mirror-9ec5dc184d3095ea6c091ecd326e459c7caf2ca7.tar.gz
Backport: Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.
Backport of changeset 8507:e72e8cf58ea7.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 32012c5f6..6f59d4e27 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -705,6 +705,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_SETEDGECOLOUR 2365
#define SCI_MULTIEDGEADDLINE 2694
#define SCI_MULTIEDGECLEARALL 2695
+#define SCI_GETMULTIEDGECOLUMN 2749
#define SCI_SEARCHANCHOR 2366
#define SCI_SEARCHNEXT 2367
#define SCI_SEARCHPREV 2368