diff options
| author | Nicholai Benalal <unknown> | 2018-04-19 07:31:34 +1000 |
|---|---|---|
| committer | Nicholai Benalal <unknown> | 2018-04-19 07:31:34 +1000 |
| commit | 8c66be442aaff47a978d699343a0082686530b83 (patch) | |
| tree | 7b3c1dd64bd233d2b6778a81f5ba8f6e05288cc4 /include/Scintilla.iface | |
| parent | 33614c254f56586b2e618213ddf879f865f127a6 (diff) | |
| download | scintilla-mirror-8c66be442aaff47a978d699343a0082686530b83.tar.gz | |
SC_PRINT_SCREENCOLOURS doesn't force the background colour of line numbers white.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 2c361b5f0..33f16e7bd 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -922,6 +922,7 @@ get int GetPrintMagnification=2147(,) enu PrintOption=SC_PRINT_ # PrintColourMode - use same colours as screen. +# with the exception of line number margins, which use a white background val SC_PRINT_NORMAL=0 # PrintColourMode - invert the light value of each style for printing. val SC_PRINT_INVERTLIGHT=1 @@ -931,6 +932,8 @@ val SC_PRINT_BLACKONWHITE=2 val SC_PRINT_COLOURONWHITE=3 # PrintColourMode - only the default-background is forced to be white for printing. val SC_PRINT_COLOURONWHITEDEFAULTBG=4 +# PrintColourMode - use same colours as screen, including line number margins. +val SC_PRINT_SCREENCOLOURS=5 # Modify colours when printing for clearer printed text. set void SetPrintColourMode=2148(int mode,) |
