From 4e705edb0910461ebe675eb57d8fd08cc94495ec Mon Sep 17 00:00:00 2001
From: Neil Last edited 10 February 2015 NH Last edited 13 February 2015 NH There is an overview of the internal design of
Scintilla.Scintilla Documentation
-
@@ -3943,6 +3943,8 @@ struct Sci_TextToFind {
+
+
@@ -4141,6 +4143,14 @@ struct Sci_TextToFind {
This is similar to an appearance used for non-target ranges in Asian language input composition.
+
+
+
@@ -4189,6 +4199,16 @@ struct Sci_TextToFind {
will
also reset the hover attribute.
+
+ INDIC_TEXTFORE17
+
+ Change the colour of the text to the indicator's fore colour.
+
SCI_INDICSETFLAGS(int indicatorNumber, int flags)
+ SCI_INDICGETFLAGS(int indicatorNumber)
+ These messages set and get the flags associated with an indicator.
+ There is currently one flag defined, SC_INDICFLAG_VALUEFORE: when this flag is set
+ the colour used by the indicator is not from the indicator's fore setting but instead from the value of the indicator at
+ that point in the file. This allows many colours to be displayed for a single indicator. The value is an RGB integer colour that has been ored with SC_INDICVALUEBIT(0x1000000)
+ when calling .
+
SCI_SETINDICATORCURRENT(int indicator)
SCI_GETINDICATORCURRENT
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index fd9617bd1..e4e91c219 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -489,6 +489,11 @@
Indicators may have a different colour and style when the mouse is over them or the caret is moved into them.