From fdb8953cdffa47ff9f13f1cc173e1cb2df191019 Mon Sep 17 00:00:00 2001
From: A-R-C-A SCI_SETEDGEMODE(int edgeMode)
+
+
+
@@ -6225,6 +6228,17 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){
The background colour of characters after the column limit is changed to the colour
set by
+
+ SCI_SETEDGECOLOUR. This is recommended for proportional fonts.
+
@@ -6241,6 +6255,14 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){
These messages set and get the colour of the marker used to show that a line has exceeded the
length set by
+
+ EDGE_MULTILINE3
+
+ This is similar to
+ EDGE_LINE but in contrary to showing only one single
+ line a configurable set of vertical lines can be shown simultaneously. This edgeMode
+ uses a completely independent dataset that can only be configured by using the
+ SCI_MULTIEDGE* messages.SCI_SETEDGECOLUMN.
SCI_MULTIEDGEADDLINE(int column, int colour)
+ SCI_MULTIEDGECLEARALL
+ 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.
If you define the symbol SCI_LEXER when building Scintilla, (this is sometimes
--
cgit v1.2.3