aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2022-07-31 22:21:57 +1000
committerNeil <nyamatongwe@gmail.com>2022-07-31 22:21:57 +1000
commitd38429108f2035d9fab0919271f6715cd1b7eda6 (patch)
tree014b3bf217785e26e4c8db514fedf380d3bb007a /doc/ScintillaDoc.html
parent926cb6f7d228b347db16a45e1f2632da475da1f0 (diff)
downloadscintilla-mirror-d38429108f2035d9fab0919271f6715cd1b7eda6.tar.gz
Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator which are useful for change
history. Tweak size of INDIC_POINT and INDIC_POINTCHARACTER. Let translucency of INDIC_COMPOSITIONTHICK be adjusted.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 3149b06a0..d4c38902b 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -5203,8 +5203,9 @@ struct Sci_TextToFindFull {
<code>SC_MARK_LEFTRECT</code>,
<code>SC_MARK_FULLRECT</code>,
<code>SC_MARK_BOOKMARK</code>,
- <code>SC_MARK_VERTICALBOOKMARK</code>, and
- <code>SC_MARK_UNDERLINE</code>.
+ <code>SC_MARK_VERTICALBOOKMARK</code>,
+ <code>SC_MARK_UNDERLINE</code>, and
+ <code>SC_MARK_BAR</code>.
</p>
<p>The <code>SC_MARK_BACKGROUND</code> marker changes the background colour of the line only.
@@ -5770,7 +5771,9 @@ struct Sci_TextToFindFull {
<td>A 2-pixel thick underline located at the bottom of the line to try to avoid touching the character base.
Each side is inset 1 pixel so that different indicators in this style covering a range appear isolated.
- This is similar to an appearance used for the target in Asian language input composition.</td>
+ This is similar to an appearance used for the target in Asian language input composition.
+ The translucency of this indicator can be changed with
+ <a class="seealso" href="#SCI_INDICSETOUTLINEALPHA">SCI_INDICSETOUTLINEALPHA</a>.</td>
</tr>
<tr>
@@ -5807,6 +5810,14 @@ struct Sci_TextToFindFull {
<td>Draw a triangle below the centre of the first character of the indicator range.</td>
</tr>
+ <tr>
+ <td align="left"><code>INDIC_POINT_TOP</code></td>
+
+ <td align="center">22</td>
+
+ <td>Draw a triangle above the start of the indicator range..</td>
+ </tr>
+
</tbody>
</table>