From e7a587461e906bbe03b7f67d6f3220aea5f43e0f Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 28 May 2021 10:10:57 +1000 Subject: Rename 'NO_FOCUS' to 'INACTIVE' to better match platform terms. --- doc/ScintillaDoc.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 07d66c785..d8251d7db 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3409,7 +3409,7 @@ struct Sci_TextToFind { Background colour of selections when another window contains the primary selection - SC_ELEMENT_SELECTION_NO_FOCUS_TEXT + SC_ELEMENT_SELECTION_INACTIVE_TEXT 16 Translucent All @@ -3417,7 +3417,7 @@ struct Sci_TextToFind { Text colour of selections when another window has focus - SC_ELEMENT_SELECTION_NO_FOCUS_BACK + SC_ELEMENT_SELECTION_INACTIVE_BACK 17 Translucent All @@ -3513,8 +3513,8 @@ struct Sci_TextToFind { SC_ELEMENT_SELECTION_SECONDARY_TEXT : colouralpha
SC_ELEMENT_SELECTION_SECONDARY_BACK : colouralpha

- SC_ELEMENT_SELECTION_NO_FOCUS_TEXT : colouralpha
- SC_ELEMENT_SELECTION_NO_FOCUS_BACK : colouralpha
+ SC_ELEMENT_SELECTION_INACTIVE_TEXT : colouralpha
+ SC_ELEMENT_SELECTION_INACTIVE_BACK : colouralpha

SC_ELEMENT_CARET_LINE_BACK : colouralpha
SCI_SETCARETLINELAYER(int layer)
@@ -3635,8 +3635,8 @@ struct Sci_TextToFind {

- SC_ELEMENT_SELECTION_NO_FOCUS_TEXT : colouralpha
- SC_ELEMENT_SELECTION_NO_FOCUS_BACK : colouralpha
+ SC_ELEMENT_SELECTION_INACTIVE_TEXT : colouralpha
+ SC_ELEMENT_SELECTION_INACTIVE_BACK : colouralpha
When a window no longer has the keyboard focus, it is customary to make its selection less noticeable by colouring it grey. These elements define the colours to be used for selections without focus.

-- cgit v1.2.3