diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Indicators.png | bin | 11206 -> 13819 bytes | |||
-rw-r--r-- | doc/ScintillaDoc.html | 17 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 9 |
3 files changed, 25 insertions, 1 deletions
diff --git a/doc/Indicators.png b/doc/Indicators.png Binary files differindex a1f68679a..541e3de62 100644 --- a/doc/Indicators.png +++ b/doc/Indicators.png diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 98c8df2a1..1aa57ef70 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4470,6 +4470,23 @@ struct Sci_TextToFind { </tr> <tr> + <td align="left"><code>INDIC_GRADIENT</code></td> + + <td align="center">20</td> + + <td>A vertical gradient between a colour and alpha at top to fully transparent at bottom.</td> + </tr> + + <tr> + <td align="left"><code>INDIC_GRADIENTCENTRE</code></td> + + <td align="center">21</td> + + <td>A vertical gradient with the specified colour and alpha in the middle + fading to fully transparent at top and bottom.</td> + </tr> + + <tr> <td align="left"><code>INDIC_SQUIGGLEPIXMAP</code></td> <td align="center">13</td> 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> |