From 23406f04b855445f4e2e981b583eac10c886f388 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 7 Aug 2002 00:39:01 +0000 Subject: Documentation for setting whitepace fore and back. --- doc/ScintillaDoc.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 719289e29..0bf695624 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -690,6 +690,8 @@ SCI_SETCARETWIDTH(int pixels) SCI_GETCARETWIDTH SCI_SETCONTROLCHARSYMBOL(int symbol) SCI_GETCONTROLCHARSYMBOL +SCI_SETWHITESPACEFORE(bool useWhitespaceForeColour, int colour) +SCI_SETWHITESPACEBACK(bool useWhitespaceBackColour, int colour)

The selection is shown by changing the foreground and / or @@ -703,7 +705,7 @@ SCI_GETCONTROLCHARSYMBOL The colour of the caret can be set with SCI_SETCARETFORE. The background colour of the line containing the caret can be changed to override the styles on that line with - SCI_GETCARETLINEVISIBLE and the colour used set with + SCI_GETCARETLINEVISIBLE and the colour used set with SCI_SETCARETLINEBACK. The caret line background colour is overridden by any background colour used to display markers. @@ -714,6 +716,12 @@ SCI_GETCONTROLCHARSYMBOL The width of the caret can be set with SCI_SETCARETWIDTH to a value of 1, 2 or 3 pixels.

+

+ By default, the colour of visible whitespace is determined by the lexer in use. The + foreground and / or background colour of all visible whitespace can be set globally, + overriding the lexer's colours with SCI_SETWHITESPACEFORE and + SCI_SETWHITESPACEBACK. +

SCI_SETCONTROLCHARSYMBOL specifies a character to use to indicate control characters rather than having them displayed as mnemonics. -- cgit v1.2.3