From 7b58306ced21fc17a6c27931626552f70ea12ceb Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 23 Apr 2025 09:10:59 +1000 Subject: Fix inaccuracy in description of margin 2 which hasn't defaulted to showing folding symbols for many years. --- doc/ScintillaDoc.html | 6 +++--- 1 file 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 @@

Scintilla Documentation

-

Last edited 29 March 2025 NH

+

Last edited 23 April 2025 NH

Scintilla 5 has moved the lexers from Scintilla into a new Lexilla project.
@@ -4549,8 +4549,8 @@ struct Sci_TextToFindFull {

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.

+ 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.

Styled text margins used to show revision and blame information:

Styled text margins used to show revision and blame information

-- cgit v1.2.3