From e17f73fca0ac5d7ab1a26f92a3b68a9429925e15 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 1 Jan 2013 12:21:37 +1100 Subject: Feature #3592730. Option for caret line to be visible without focus. From Vidya Wasi. --- doc/ScintillaDoc.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 99320a947..afce3aa88 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2603,6 +2603,8 @@ struct Sci_TextToFind { SCI_GETCARETLINEBACK
SCI_SETCARETLINEBACKALPHA(int alpha)
SCI_GETCARETLINEBACKALPHA
+ SCI_SETCARETLINEVISIBLEALWAYS(bool alwaysVisible)
+ SCI_GETCARETLINEVISIBLEALWAYS
SCI_SETCARETPERIOD(int milliseconds)
SCI_GETCARETPERIOD
SCI_SETCARETSTYLE(int style)
@@ -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