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 | c8bb8d0fbba6d41ac0cb83a62ae805a466ce4f99 (patch) | |
| tree | e8a112613c88add0aa5d3c5170db3630cdf8588c /doc/ScintillaHistory.html | |
| parent | 2e2e70c7ee89b353ad0e6ef409cb9621729d72f8 (diff) | |
| download | scintilla-mirror-c8bb8d0fbba6d41ac0cb83a62ae805a466ce4f99.tar.gz | |
Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 030a6de53..7af06afcc 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -538,13 +538,20 @@ </li> </ul> <h3> - <a href="https://www.scintilla.org/scite406.zip">Release 4.0.6</a> + <a href="https://www.scintilla.org/scite410.zip">Release 4.1.0</a> </h3> <ul> <li> Released 10 May 2018. </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> |
