From 1ac62f75e51df6fd1521c0bb7633ff20a128e169 Mon Sep 17 00:00:00 2001
From: nyamatongwe
+
+
SCI_SETCARETSTYLE(int style)
+ SCI_GETCARETSTYLE
+ The style of the caret can be set with SCI_SETCARETSTYLE
to be a line caret
+ (CARETSTYLE_LINE=1), a block caret (CARETSTYLE_BLOCK=2) or to not draw at all
+ (CARETSTYLE_INVISIBLE=0). The default value is the line caret (CARETSTYLE_LINE=1).
+ You can determine the current caret style setting using SCI_GETCARETSTYLE
.
The block character 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 + cursor character sequence. This is most notable on Windows platforms.
+SCI_SETCARETWIDTH(int pixels)
SCI_GETCARETWIDTH
- The width of the caret can be set with SCI_SETCARETWIDTH
to a value of 0, 1, 2 or
- 3 pixels. The default width is 1 pixel. You can read back the current width with
+ The width of the line caret can be set with SCI_SETCARETWIDTH
to a value of
+ 0, 1, 2 or 3 pixels. The default width is 1 pixel. You can read back the current width with
SCI_GETCARETWIDTH
. A width of 0 makes the caret invisible (added at version
- 1.50).
SCI_SETHOTSPOTACTIVEFORE(bool useHotSpotForeColour, int colour)
--
cgit v1.2.3