aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-10-26 23:09:50 +1100
committerNeil <nyamatongwe@gmail.com>2016-10-26 23:09:50 +1100
commit065668992566910aef274b995d8f861906d514a9 (patch)
tree68c245a6630c79a41df63b8ad03bc92801169d29 /doc/ScintillaDoc.html
parentdbef8326ee583d3ad79941d629b4314f359765c1 (diff)
downloadscintilla-mirror-065668992566910aef274b995d8f861906d514a9.tar.gz
INDIC_POINT and INDIC_POINTCHARACTER indicators added to display small arrows
underneath positions or characters.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html16
1 files changed, 16 insertions, 0 deletions
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>