diff options
author | Neil <nyamatongwe@gmail.com> | 2018-05-22 11:52:51 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-05-22 11:52:51 +1000 |
commit | d08e0385d664dd33aeee88794fd065e3696cb435 (patch) | |
tree | 72c9b3156578b0ef6b9db7089169a6f0a2b29b26 /doc/ScintillaHistory.html | |
parent | fba451a1d76be9b6945c9d5d7e219f7d7d1a4260 (diff) | |
download | scintilla-mirror-d08e0385d664dd33aeee88794fd065e3696cb435.tar.gz |
Backport: Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types.
Backport of changeset 6966:872900d3ceb0.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 621cb2c8a..014136c1f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -552,6 +552,13 @@ including line numbers. </li> <li> + INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types added. + INDIC_GRADIENT starts with a specified colour and alpha at top of line and fades + to fully transparent at bottom. + INDIC_GRADIENTCENTRE starts with a specified colour and alpha at centre of line and fades + to fully transparent at top and bottom. + </li> + <li> Indicators are drawn for line end characters when displayed. </li> <li> |