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 | d9a10fb1fce64682123d451b7973429b46bb34c0 (patch) | |
tree | 9609c2a7a2c312cd815237e696a2b0e8b1dbf914 | |
parent | 2f14bead31896b3ea969ebf34b2ca2b1521544f0 (diff) | |
download | scintilla-mirror-d9a10fb1fce64682123d451b7973429b46bb34c0.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> |