From deef968ba5e09d5280030aa24251c77cc8b47736 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
--
cgit v1.2.3