diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Indicators.png | bin | 4172 -> 11206 bytes | |||
| -rw-r--r-- | doc/ScintillaDoc.html | 16 | ||||
| -rw-r--r-- | doc/ScintillaHistory.html | 4 |
3 files changed, 20 insertions, 0 deletions
diff --git a/doc/Indicators.png b/doc/Indicators.png Binary files differindex b67566eaf..a1f68679a 100644 --- a/doc/Indicators.png +++ b/doc/Indicators.png diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index adf3b9907..333a7f865 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4339,6 +4339,22 @@ struct Sci_TextToFind { <td>Change the colour of the text to the indicator's fore colour.</td> </tr> + <tr> + <td align="left"><code>INDIC_POINT</code></td> + + <td align="center">18</td> + + <td>Draw a triangle below the start of the indicator range.</td> + </tr> + + <tr> + <td align="left"><code>INDIC_POINTCHARACTER</code></td> + + <td align="center">19</td> + + <td>Draw a triangle below the centre of the first character of the indicator range.</td> + </tr> + </tbody> </table> diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9f3b28179..79a3cfe00 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -527,6 +527,10 @@ Accessibility supported on GTK+. </li> <li> + INDIC_POINT and INDIC_POINTCHARACTER indicators added to display small arrows + underneath positions or characters. + </li> + <li> Baan folder accomodates main sections and lexer fixes definition of SCE_BAAN_FUNCDEF. </li> <li> |
