aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html9
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>