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 | 435dd627f49e5b5d4ffd48c2d274766e12572e96 (patch) | |
tree | 9789041c5587675f108acd59b2b7e83bb7eeff92 | |
parent | 0c15f5d97dde9c1bcd91bf4ff9436a4b6b50ef2b (diff) | |
download | scintilla-mirror-435dd627f49e5b5d4ffd48c2d274766e12572e96.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> |