From 45934586be616146b0af470983ba8963e869bd36 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 19 May 2021 14:48:00 +1000 Subject: Bug [#2253]. Remove SC_ELEMENT_CARET_SECONDARY as it caused unexpected change to caret appearance for empty selection as empty selections can not be primary. --- doc/ScintillaDoc.html | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index e24a7a9ad..43fcab2dc 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3425,14 +3425,6 @@ struct Sci_TextToFind { Colour of caret for additional selections - - SC_ELEMENT_CARET_SECONDARY - 42 - Translucent - All - - Colour of carets when another window has focus - SC_ELEMENT_CARET_LINE_BACK 50 @@ -3514,7 +3506,6 @@ struct Sci_TextToFind {
SC_ELEMENT_SELECTION_SECONDARY_TEXT : colouralpha
SC_ELEMENT_SELECTION_SECONDARY_BACK : colouralpha
- SC_ELEMENT_CARET_SECONDARY : colouralpha

SC_ELEMENT_SELECTION_NO_FOCUS_TEXT : colouralpha
SC_ELEMENT_SELECTION_NO_FOCUS_BACK : colouralpha
@@ -3629,8 +3620,7 @@ struct Sci_TextToFind {

SC_ELEMENT_SELECTION_SECONDARY_TEXT : colouralpha
- SC_ELEMENT_SELECTION_SECONDARY_TEXT : colouralpha
- SC_ELEMENT_CARET_SECONDARY : colouralpha
+ SC_ELEMENT_SELECTION_SECONDARY_BACK : colouralpha
On Unix systems running with the X window system or Wayland there is a 'primary selection' which is the text most recently selected in any application and which can be pasted by a middle button click. When working with a selection, it is commonly the primary selection so Scintilla draws the primary selection with the main and additional -- cgit v1.2.3