From 02914e8e53c3e72e9fc3a05f8e75078cad4eb0f6 Mon Sep 17 00:00:00 2001
From: Zufu Liu
+
+
@@ -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
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index b266c774e..f404bed0b 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -586,6 +586,11 @@
Feature #203.