From bb387ecf5a9a81723637a153896e4ee0eb16bbc8 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Fri, 15 Mar 2024 17:54:07 +1100 Subject: Bug [#2417]. Add elements for inactive additional selections SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_TEXT and SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_BACK. --- doc/ScintillaDoc.html | 25 ++++++++++++++++++++++++- doc/ScintillaHistory.html | 14 ++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 9f8f6d937..b5ad08649 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3804,6 +3804,22 @@ struct Sci_TextToFindFull { Cocoa Background colour of selections when another window has focus + + SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_TEXT + 18 + Translucent + All + + Text colour of additional selections when another window has focus + + + SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_BACK + 19 + Translucent + All + + Background colour of additional selections when another window has focus + SC_ELEMENT_CARET 40 @@ -3911,6 +3927,8 @@ struct Sci_TextToFindFull {
SC_ELEMENT_SELECTION_INACTIVE_TEXT : colouralpha
SC_ELEMENT_SELECTION_INACTIVE_BACK : colouralpha
+ SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_TEXT : colouralpha
+ SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_BACK : colouralpha

SC_ELEMENT_CARET_LINE_BACK : colouralpha
SCI_SETCARETLINELAYER(int layer)
@@ -4035,8 +4053,13 @@ struct Sci_TextToFindFull {

SC_ELEMENT_SELECTION_INACTIVE_TEXT : colouralpha
SC_ELEMENT_SELECTION_INACTIVE_BACK : colouralpha
+ SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_TEXT : colouralpha
+ SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_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. + These elements define the colours to be used for selections without focus. When the ADDITIONAL elements are not set then + the standard values are used: + SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_TEXTSC_ELEMENT_SELECTION_INACTIVE_TEXT and + SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_BACKSC_ELEMENT_SELECTION_INACTIVE_BACK.

diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index be468929d..9ec26d44c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -583,6 +583,20 @@

Releases

+

+ Release 5.4.4 +

+

Release 5.4.3

-- cgit v1.2.3