diff options
author | John Ehresman <unknown> | 2023-01-14 10:39:04 +1100 |
---|---|---|
committer | John Ehresman <unknown> | 2023-01-14 10:39:04 +1100 |
commit | abfef700976bbf3a2843b498f4216f63164d8661 (patch) | |
tree | 7bfba849b93b8c9268c443c8228a28d5535595f7 /doc/ScintillaDoc.html | |
parent | cda69aa65110372aef5f4f9e06dada6b773cd9a8 (diff) | |
download | scintilla-mirror-abfef700976bbf3a2843b498f4216f63164d8661.tar.gz |
Clarify printing of markers.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 8fe205014..30411853e 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -129,7 +129,7 @@ <h1>Scintilla Documentation</h1> - <p>Last edited 15 November 2022 NH</p> + <p>Last edited 14 January 2023 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 /> @@ -6891,8 +6891,9 @@ struct Sci_TextToFindFull { <p><code>SCI_FORMATRANGE</code> can be used to draw the text onto a display surface which can include a printer display surface. Printed output shows text styling as on the - screen, but it hides all margins except a line number margin. All special marker effects are - removed and the selection and caret are hidden.</p> + screen, but it hides all margins except a line number margin. + Markers do not appear in a margin but will change line background colour. + The selection and caret are hidden.</p> <p>Different platforms use different display surface ID types to print on. On Windows, these are <code>HDC</code>s., on GTK 3.x <code>cairo_t *</code>, |