diff options
| author | Neil <nyamatongwe@gmail.com> | 2015-11-20 10:52:27 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2015-11-20 10:52:27 +1100 |
| commit | ad16ecb14a085d950b6a243b02267a0eca50f5c9 (patch) | |
| tree | 716d509d76ed477dfc12eac8a767507699d93d64 /doc/ScintillaHistory.html | |
| parent | 393a48b469af457392d4120b2d4351c345c4486c (diff) | |
| download | scintilla-mirror-ad16ecb14a085d950b6a243b02267a0eca50f5c9.tar.gz | |
Using DirectWrite, for ligatures and other character clusters, display caret and
selections part-way through clusters so that the caret doesn't stick to the end
of the cluster making it easier to understand editing actions.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 1c7943845..b7e20b12f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -513,6 +513,11 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1779/">Bug #1779</a>. </li> <li> + On Windows using DirectWrite, for ligatures and other character clusters, + display caret and selections part-way through clusters so that the caret doesn't stick + to the end of the cluster making it easier to understand editing actions. + </li> + <li> On GTK+ on OS X, fix warning during destruction. <a href="http://sourceforge.net/p/scintilla/bugs/1777/">Bug #1777</a>. </li> |
