diff options
author | Neil <nyamatongwe@gmail.com> | 2014-02-20 22:57:58 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-02-20 22:57:58 +1100 |
commit | 9abd82e84b919dee983fea744506d6af917fe775 (patch) | |
tree | fa48c957f34167b819208ac8560ab742eec79f12 | |
parent | b271798931854547ee53e4cc348a738c9c0833f0 (diff) | |
download | scintilla-mirror-9abd82e84b919dee983fea744506d6af917fe775.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 05b02148d..ecf3f4d1f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -540,6 +540,9 @@ to ensure caret is inside visible area. </li> <li> + Changed position of tall calltips to prefer lower half of screen to cut off end instead of start. + </li> + <li> Send SCN_UPDATEUI with SC_UPDATE_SELECTION for Shift+Tab inside text. </li> <li> @@ -553,6 +556,9 @@ Fix corners of SC_MARK_ROUNDRECT with Direct2D to be similar to other platforms. </li> <li> + On Cocoa fix calltips which did not appear when they were created in an off-screen position. + </li> + <li> SciTE uses a bookmark ribbon symbol for bookmarks as it scales better to higher resolutions than the previous blue gem bitmap. </li> |