From 83986cc620b990964fd62816c8216c92ab9c7d51 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 14 May 2021 14:29:20 +1000 Subject: Implement SC_LAYER_UNDER_TEXT so that selections, caret lines, and content area markers can be drawn translucently under text. --- doc/ScintillaHistory.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 6d64439c7..d9154f97c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -584,7 +584,7 @@ The selection background colour may default to use platform APIs to discover global or user settings and may change in response to those settings changing. The SCI_SETSELECTIONLAYER method defines whether the selection background is drawn - translucently over text or opaquely underneath other drawing. + translucently over or under text or opaquely underneath other drawing.
  • Change caret line drawing to use SC_ELEMENT_CARET_LINE_BACK element and @@ -593,7 +593,7 @@ SCI_SETCARETLINEBACKALPHA now discouraged.
  • - Add SCI_MARKERSETLAYER to define layer on which to draw conetent area markers. + Add SCI_MARKERSETLAYER to define layer on which to draw content area markers. This replaces the use of SC_ALPHA_NOALPHA for markers.
  • -- cgit v1.2.3