aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2025-03-29 09:13:36 +1100
committerNeil <nyamatongwe@gmail.com>2025-03-29 09:13:36 +1100
commit05d66161c908667a12a4b3fd0e4ba10fada0a233 (patch)
treee3e6d446d09457ce13b2eeed4f9ac36a62d8d8eb /doc
parent3ea626ca65c6dd80a141d478a1da0b7dad56db31 (diff)
downloadscintilla-mirror-05d66161c908667a12a4b3fd0e4ba10fada0a233.tar.gz
Feature [feature-requests:#1550]. Document shape limitation for EOL annotations.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 303205b31..cbeb5f631 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -130,7 +130,7 @@
<h1>Scintilla Documentation</h1>
- <p>Last edited 13 March 2025 NH</p>
+ <p>Last edited 29 March 2025 NH</p>
<p style="background:#90F0C0">Scintilla 5 has moved the lexers from Scintilla into a new
<a href="Lexilla.html">Lexilla</a> project.<br />
@@ -4983,6 +4983,8 @@ struct Sci_TextToFindFull {
</table>
<p>Different shapes available for EOL annotations.
+ Different shapes depend on drawing API so <code>SC_TECHNOLOGY_DEFAULT</code> on Win32
+ only draws a rectangle.
Only one shape can currently be used for the whole document - this illustration was produced by trickery.</p>
<p><img src="StadiumVariants.png" alt="Different shapes available for EOL annotations" /></p>