aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 11c19f1e3..7895d131a 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -586,6 +586,16 @@
in the margin or in the text.
</li>
<li>
+ Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator.
+ SC_MARK_BAR is an outlined and filled rectangle that takes the full height of the line and 1/3
+ of the margin width.
+ To give a connected appearence, it displays even on wrapped lines and draws end caps on the first and last line.
+ INDIC_POINT_TOP is the same as INDIC_POINT but draws at the top of the line instead of the bottom.
+ INDIC_POINT and INDIC_POINTCHARACTER were tweaked to be 1 pixel taller and 2 pixels wider in
+ two-phase draw mode to be clearer.
+ The translucency of INDIC_COMPOSITIONTHICK can be changed with SCI_INDICSETOUTLINEALPHA.
+ </li>
+ <li>
Line state optimized to avoid excess allocations by always allocating for every line.
This makes SCI_GETMAXLINESTATE less useful although it can still distinguish cases
where line state was never set for any lines.