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. --- include/Scintilla.iface | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 8251c5af9..661a6a12b 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2326,8 +2326,9 @@ val CARETSTYLE_INVISIBLE=0 val CARETSTYLE_LINE=1 val CARETSTYLE_BLOCK=2 val CARETSTYLE_OVERSTRIKE_BAR=0 -val CARETSTYLE_OVERSTRIKE_BLOCK=16 +val CARETSTYLE_OVERSTRIKE_BLOCK=0x10 val CARETSTYLE_INS_MASK=0xF +val CARETSTYLE_BLOCK_AFTER=0x100 # Set the style of the caret to be drawn. set void SetCaretStyle=2512(CaretStyle caretStyle,) -- cgit v1.2.3