diff options
| author | Neil <nyamatongwe@gmail.com> | 2016-10-26 23:09:50 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2016-10-26 23:09:50 +1100 |
| commit | 065668992566910aef274b995d8f861906d514a9 (patch) | |
| tree | 68c245a6630c79a41df63b8ad03bc92801169d29 /doc | |
| parent | dbef8326ee583d3ad79941d629b4314f359765c1 (diff) | |
| download | scintilla-mirror-065668992566910aef274b995d8f861906d514a9.tar.gz | |
INDIC_POINT and INDIC_POINTCHARACTER indicators added to display small arrows
underneath positions or characters.
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> |
