From 0adca4ad14500910cca14a54d7d4c19e740606da Mon Sep 17 00:00:00 2001
From: nyamatongwe
Date: Thu, 7 Apr 2011 21:26:47 +1000
Subject: =?UTF-8?q?Add=20highlighting=20of=20current=20folding=20block.=20?=
=?UTF-8?q?Feature=20#3147069.=20APIs=20MarkerEnableHighlight=20and=20Mark?=
=?UTF-8?q?erSetBackSelected.=20From=20J=C3=A9r=C3=B4me=20Laforge.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
doc/ScintillaDoc.html | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
(limited to 'doc')
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 208ffe8ea..7fa92a273 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -3275,6 +3275,9 @@ struct Sci_TextToFind {
colour)
SCI_MARKERSETBACK(int markerNumber, int
colour)
+ SCI_MARKERSETBACKSELECTED(int markerNumber, int
+ colour)
+ SCI_MARKERENABLEHIGHLIGHT(int enabled)
SCI_MARKERSETALPHA(int markerNumber, int
alpha)
SCI_MARKERADD(int line, int markerNumber)
@@ -3461,7 +3464,12 @@ struct Sci_TextToFind {
href="#colour">colour)
SCI_MARKERSETBACK(int markerNumber, int colour)
- These two messages set the foreground and background colour of a marker number.
+ These two messages set the foreground and background colour of a marker number.
+ SCI_MARKERSETBACKSELECTED(int markerNumber, int colour)
+ This message sets the highlight background colour of a marker number when its folding block is selected. The default colour is #FF0000.
+ SCI_MARKERENABLEHIGHLIGHT(bool enabled)
+ This message allows to enable/disable the highlight folding block when it is selected. (i.e. block that contains the caret)
SCI_MARKERSETALPHA(int markerNumber, int alpha)
When markers are drawn in the content area, either because there is no margin for them or
--
cgit v1.2.3