diff options
author | Neil <nyamatongwe@gmail.com> | 2021-05-14 14:29:20 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-05-14 14:29:20 +1000 |
commit | 83986cc620b990964fd62816c8216c92ab9c7d51 (patch) | |
tree | 6d9ee1a236765d8fabcdea5d0df5c1069a61feea /doc/ScintillaHistory.html | |
parent | d6136af6d39ae06b4b0b51bd4576338015722591 (diff) | |
download | scintilla-mirror-83986cc620b990964fd62816c8216c92ab9c7d51.tar.gz |
Implement SC_LAYER_UNDER_TEXT so that selections, caret lines, and content area
markers can be drawn translucently under text.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 2 insertions, 2 deletions
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. </li> <li> Change caret line drawing to use SC_ELEMENT_CARET_LINE_BACK element and @@ -593,7 +593,7 @@ SCI_SETCARETLINEBACKALPHA now discouraged. </li> <li> - 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. </li> <li> |