From 2117f9e7b583e9093b6b297f8782027098320496 Mon Sep 17 00:00:00 2001
From: Derek Brown SCI_SETEDGEMODE(int edgeMode) SCI_MULTIEDGEADDLINE(position column,
colour edgeColour)
+
+
@@ -6933,10 +6935,13 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){
SCI_MULTIEDGECLEARALL
+ SCI_GETMULTIEDGECOLUMN(int which)
SCI_MULTIEDGEADDLINE adds a new vertical edge to the view. The edge will be
displayed at the given column number. The resulting edge position depends on the metric
of a space character in STYLE_DEFAULT. All the edges can be cleared with
- SCI_MULTIEDGECLEARALL.SCI_MULTIEDGECLEARALL. SCI_GETMULTIEDGECOLUMN returns the column of the
+ Nth vertical edge (indexed from 0). If which is greater or equal
+ to the number of vertical edges, this returns -1.