diff options
author | Neil <nyamatongwe@gmail.com> | 2019-06-22 10:51:29 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-06-22 10:51:29 +1000 |
commit | 4c8a1f741c73911eff813a78c08fa88427eec38b (patch) | |
tree | a5b276ee266c723adc22e1afe8fa47f7cb0bb80c /doc/ScintillaDoc.html | |
parent | 8b8e1f383f0dbabc5e2f4666f4c5aa8860a91848 (diff) | |
download | scintilla-mirror-4c8a1f741c73911eff813a78c08fa88427eec38b.tar.gz |
Backport: Bug [#1924]. Option to allow block carets to trail selection ranges.
Bit flag value is CARETSTYLE_BLOCK_AFTER=256.
Backport of changeset 7609:340a0f51fb3c.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index a1ee1f83c..3252c7823 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3256,6 +3256,10 @@ struct Sci_TextToFind { for overtype mode is the bar caret (CARETSTYLE_OVERSTRIKE_BAR=0). You can determine the current caret style setting using <code>SCI_GETCARETSTYLE</code>.</p> + <p>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).</p> + <p>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 |