From 1573a0d60a3cf054979125c7986566d13a6686d3 Mon Sep 17 00:00:00 2001
From: Neil
Date: Sat, 22 Jun 2019 10:51:29 +1000
Subject: Bug [#1924]. Option to allow block carets to trail selection ranges.
Bit flag value is CARETSTYLE_BLOCK_AFTER=256.
---
doc/ScintillaDoc.html | 4 ++++
doc/ScintillaHistory.html | 4 ++++
2 files changed, 8 insertions(+)
(limited to 'doc')
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 3b231311a..9ef5b3055 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -3259,6 +3259,10 @@ struct Sci_TextToFind {
for overtype mode is the bar caret (CARETSTYLE_OVERSTRIKE_BAR=0).
You can determine the current caret style setting using SCI_GETCARETSTYLE.
+ When the caret end of a range is at the end and a block caret style is chosen, the block is
+ drawn just inside the selection instead of after.
+ This can be switched with an option (CARETSTYLE_BLOCK_AFTER=256).
+
The block caret draws most combining and multibyte character sequences successfully,
though some fonts like Thai Fonts (and possibly others) can sometimes appear strange when
the cursor is positioned at these characters, which may result in only drawing a part of the
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index dc7bae1fa..868d912c6 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -587,6 +587,10 @@
Feature #1293.
+ Add CARETSTYLE_BLOCK_AFTER option to always display block caret after selection.
+ Bug #1924.
+
+
On Win32, limit text returned from WM_GETTEXT to the length specified in wParam.
Bug #2110.
--
cgit v1.2.3