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/ScintillaHistory.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/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9a67db1d8..74ba9a851 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -576,6 +576,10 @@ <a href="https://sourceforge.net/p/scintilla/feature-requests/1293/">Feature #1293</a>. </li> <li> + Add CARETSTYLE_BLOCK_AFTER option to always display block caret after selection. + <a href="https://sourceforge.net/p/scintilla/bugs/1924/">Bug #1924</a>. + </li> + <li> On Win32, limit text returned from WM_GETTEXT to the length specified in wParam. <a href="https://sourceforge.net/p/scintilla/bugs/2110/">Bug #2110</a>. </li> |
