From f550e7695f3b1017863cff73cf08ff1ba3d73f25 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 22 Jan 2014 11:48:14 +1100 Subject: Clarify effects of setting additional selecton colours. --- doc/ScintillaDoc.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index a40a7334f..aea26e7c1 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -82,7 +82,7 @@

Scintilla Documentation

-

Last edited 14 January 2014 NH

+

Last edited 22 January 2014 NH

There is an overview of the internal design of Scintilla.
@@ -1745,8 +1745,15 @@ struct Sci_TextToFind { SCI_SETSELALPHA, SCI_GETSELALPHA, SCI_SETSELFORE, and - SCI_SETSELBACK.

- + SCI_SETSELBACK. + SCI_SETADDITIONALSELFORE and + SCI_SETADDITIONALSELBACK calls have no + effect until SCI_SETSELFORE + and SCI_SETSELBACK are + called with useSelection*Colour value set to true. Subsequent calls to + SCI_SETSELFORE, + and SCI_SETSELBACK will + overwrite the values set by SCI_SETADDITIONALSEL* functions.

SCI_SETADDITIONALCARETFORE(int colour)
SCI_GETADDITIONALCARETFORE
-- cgit v1.2.3