From e17f73fca0ac5d7ab1a26f92a3b68a9429925e15 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