aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
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.iface
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.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index fb31e5b73..7d32ed46d 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1935,6 +1935,9 @@ fun void MultiEdgeAddLine=2694(position column, colour edgeColour)
# Clear all vertical edges.
fun void MultiEdgeClearAll=2695(,)
+# Get multi edge positions.
+get position GetMultiEdgeColumn=2749(int which,)
+
# Sets the current caret position to be the search anchor.
fun void SearchAnchor=2366(,)