diff options
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
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> |