From 8c66be442aaff47a978d699343a0082686530b83 Mon Sep 17 00:00:00 2001 From: Nicholai Benalal Date: Thu, 19 Apr 2018 07:31:34 +1000 Subject: SC_PRINT_SCREENCOLOURS doesn't force the background colour of line numbers white. --- doc/ScintillaDoc.html | 17 ++++++++++++++--- doc/ScintillaHistory.html | 5 +++++ 2 files changed, 19 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index d9f658814..98c8df2a1 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -5557,7 +5557,8 @@ struct Sci_RangeToFormat { 0 - Print using the current screen colours. This is the default. + Print using the current screen colours with the exception of line number margins which print on a white background. + This is the default. @@ -5590,9 +5591,19 @@ struct Sci_RangeToFormat { 4 - Everything prints in its own colour on a white background except that line numbers - use their own background colour. + Everything prints in its own foreground colour but all styles up to and including STYLE_LINENUMBER will print + on a white background. + + + SC_PRINT_SCREENCOLOURS + + 5 + + Print using the current screen colours for both foreground and background. + This is the only mode that does not set the background colour of the line number margin to white. + + diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 00fe782fe..f8593fbee 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -523,6 +523,7 @@ Liang Bai Gunter Königsmann + Nicholai Benalal

@@ -546,6 +547,10 @@ 2 GigaBytes.

  • + Additional print option SC_PRINT_SCREENCOLOURS prints with the same colours used on screen + including line numbers. +
  • +
  • Set the last X chosen when SCI_REPLACESEL called to ensure macros work when text insertion followed by caret up or down.
  • -- cgit v1.2.3