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 | 1eb0f569bf6e9d3fde4f482fb2c06e980b6f72af (patch) | |
tree | ed0ed7afb0f2df1328cc0ff0201a6cd5907d1314 /doc/ScintillaHistory.html | |
parent | cf140021a52c563e8f6835364499c0ecf54e8ded (diff) | |
download | scintilla-mirror-1eb0f569bf6e9d3fde4f482fb2c06e980b6f72af.tar.gz |
Backport: SC_PRINT_SCREENCOLOURS doesn't force the background colour of line numbers white.
Backport of changeset 6700:daa126b86c17.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 61d3e3bf3..620b44aad 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -520,6 +520,7 @@ <td>Georger Araújo</td> <td>Dimitar Radev</td> <td>Gunter Königsmann</td> + <td>Nicholai Benalal</td> </tr> </table> <p> @@ -543,6 +544,10 @@ 2 GigaBytes. </li> <li> + Additional print option SC_PRINT_SCREENCOLOURS prints with the same colours used on screen + including line numbers. + </li> + <li> Set the last X chosen when SCI_REPLACESEL called to ensure macros work when text insertion followed by caret up or down. </li> |