From 02914e8e53c3e72e9fc3a05f8e75078cad4eb0f6 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Tue, 24 Aug 2021 11:14:20 +1000 Subject: Feature [feature-requests:#841] SCI_SETCARETLINEHIGHLIGHTSUBLINE enables highlighting just the subline with the caret when wrapping is on. --- 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 245b467c4..01f65cbd1 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3586,6 +3586,8 @@ struct Sci_TextToFind { SCI_GETCARETLINEFRAME → int
SCI_SETCARETLINEVISIBLEALWAYS(bool alwaysVisible)
SCI_GETCARETLINEVISIBLEALWAYS → bool
+ SCI_SETCARETLINEHIGHLIGHTSUBLINE(bool subLine)
+ SCI_GETCARETLINEHIGHLIGHTSUBLINE → bool

SCI_SETCARETPERIOD(int periodMilliseconds)
SCI_GETCARETPERIOD → int
@@ -3775,6 +3777,12 @@ struct Sci_TextToFind { Default behaviour SCI_SETCARETLINEVISIBLEALWAYS(false) the caret line is only visible when the window is in focus.

+

SCI_SETCARETLINEHIGHLIGHTSUBLINE(bool subLine)
+ SCI_GETCARETLINEHIGHLIGHTSUBLINE → bool
+ Choose to highlight only the subline containing the caret instead of the whole line. + Default behaviour SCI_SETCARETLINEHIGHLIGHTSUBLINE(false) the whole caret line is highlighted. +

+

SCI_SETCARETPERIOD(int periodMilliseconds)
SCI_GETCARETPERIOD → int
The rate at which the caret blinks can be set with SCI_SETCARETPERIOD which -- cgit v1.2.3