aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2025-04-23 09:10:59 +1000
committerNeil <nyamatongwe@gmail.com>2025-04-23 09:10:59 +1000
commit7b58306ced21fc17a6c27931626552f70ea12ceb (patch)
treead9ddcaab78bd664329635ecc8649a14244a80ab /doc/ScintillaDoc.html
parentcae45669a5484c8f20b3ffe5a246054634caf9b7 (diff)
downloadscintilla-mirror-7b58306ced21fc17a6c27931626552f70ea12ceb.tar.gz
Fix inaccuracy in description of margin 2 which hasn't defaulted to showing
folding symbols for many years.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 978db847b..81aecb0a7 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -130,7 +130,7 @@
<h1>Scintilla Documentation</h1>
- <p>Last edited 29 March 2025 NH</p>
+ <p>Last edited 23 April 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 />
@@ -4549,8 +4549,8 @@ struct Sci_TextToFindFull {
<p>Using a margin number outside the valid range has no
effect. By default, margin 0 is set to display line numbers, but is given a width of 0, so it
is hidden. Margin 1 is set to display non-folding symbols and is given a width of 16 pixels, so
- it is visible. Margin 2 is set to display the folding symbols, but is given a width of 0, so it
- is hidden. Of course, you can set the margins to be whatever you wish.</p>
+ it is visible. Margin 2 is a symbol margin that is given a width of 0, so it is hidden.
+ Of course, you can set the margins to be whatever you wish.</p>
<p>Styled text margins used to show revision and blame information:</p>
<p><img src="styledmargin.png" alt="Styled text margins used to show revision and blame information" /></p>