diff options
author | Neil <nyamatongwe@gmail.com> | 2013-12-27 13:15:13 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-12-27 13:15:13 +1100 |
commit | 12bc7fc44392d311cf8fc811b93fe90c9b9585f2 (patch) | |
tree | 68023cf05402c285045a30a98c7686a6033adf42 | |
parent | 6aea75304eb832c898cbe6f35f99ff1512920b45 (diff) | |
download | scintilla-mirror-12bc7fc44392d311cf8fc811b93fe90c9b9585f2.tar.gz |
Change log.
-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 04c5e7c8a..23b4ca27d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -477,6 +477,10 @@ Fix hotspot clicking where area was off by half a character width. <a href="http://sourceforge.net/p/scintilla/bugs/1562/">Bug #1562</a>. </li> + <li> + Tweaked scroll positioning by either 2 pixels or 1 pixel when caret is at left or right of view + to ensure caret is inside visible area. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite337.zip?download">Release 3.3.7</a> |