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 | 7 |
3 files changed, 24 insertions, 0 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 d019a5688..01d2ae108 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4447,6 +4447,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 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> |