diff options
| author | Neil <nyamatongwe@gmail.com> | 2019-06-21 07:16:45 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2019-06-21 07:16:45 +1000 |
| commit | 8aa1cae911d5323f2e435c37ef5132c90f16ed55 (patch) | |
| tree | f805889c17afb975c775e0e0dba350c46c8a6d4a /doc/ScintillaHistory.html | |
| parent | 53759e5436863c0bb4e6c015e67e93c711250644 (diff) | |
| download | scintilla-mirror-8aa1cae911d5323f2e435c37ef5132c90f16ed55.tar.gz | |
Bug [#2106]. Place line caret in correct location for line caret with block OVR.
That is for CARETSTYLE_LINE | CARETSTYLE_BLOCK mode.
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 203911a90..dc7bae1fa 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -591,6 +591,10 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2110/">Bug #2110</a>. </li> <li> + Fix position of line caret when overstrike caret set to block. + <a href="https://sourceforge.net/p/scintilla/bugs/2106/">Bug #2106</a>. + </li> + <li> On GTK, reset IME when mouse is clicked. <a href="https://sourceforge.net/p/scintilla/bugs/2111/">Bug #2111</a>. </li> |
