diff options
-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> |