From d3a36ac23ec1ac9572584b6588e08bb11b57c091 Mon Sep 17 00:00:00 2001
From: nyamatongwe
+
+
@@ -2667,6 +2669,12 @@ struct Sci_TextToFind {
the caret line is drawn after all other features so will affect the colour of all other features.
SCI_SETCARETLINEVISIBLEALWAYS(bool alwaysVisible)
+ SCI_GETCARETLINEVISIBLEALWAYS
+ Choose to make the caret line always visible even when the window is not in focus.
+ Default behaviour SCI_SETCARETLINEVISIBLEALWAYS(false) the caret line is only visible when the window is in focus.
+
SCI_SETCARETPERIOD(int milliseconds)
SCI_GETCARETPERIOD
The rate at which the caret blinks can be set with SCI_SETCARETPERIOD which
--
cgit v1.2.3