diff options
| author | Neil Hodgson <nyamatongwe@gmail.com> | 2018-04-26 16:32:10 +1000 | 
|---|---|---|
| committer | Neil Hodgson <nyamatongwe@gmail.com> | 2018-04-26 16:32:10 +1000 | 
| commit | a897c17ff7e3fdeca4266f170fb976604af44b2c (patch) | |
| tree | a244b5d6d47a1931c49cc57d2ab1443c4b9bb28d | |
| parent | 537504925449cdfe16b7feaf5fad18b6e34e8a2e (diff) | |
| download | scintilla-mirror-a897c17ff7e3fdeca4266f170fb976604af44b2c.tar.gz | |
Change log for SciTE for macOS.
| -rw-r--r-- | doc/ScintillaHistory.html | 10 | 
1 files changed, 9 insertions, 1 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f8593fbee..11b4ecdee 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -543,7 +543,7 @@  	Released 10 April 2018.  	</li>  	<li> -	Add experimental SC_DOCUMENTOPTION_TEXT_LARGE option to accomodate documents larger than +	Add experimental SC_DOCUMENTOPTION_TEXT_LARGE option to accommodate documents larger than  	2 GigaBytes.  	</li>  	<li> @@ -562,6 +562,14 @@  	SciTE fixes a bug where replacing "^" always matched on the first line even when it was an  	"in selection" replace and the selection started after the line start.  	</li> +	<li> +	Bug fixed with SciTE on macOS where corner debris appeared in the margin when scrolling. +	Fixed by not completely hiding the status bar so the curved corner is no longer part of the +	scrolling region. +	By default, 4 pixels of the status bar remain visible and this can be changed with +	the statusbar.minimum.height property or turned off if the debris are not a problem by +	setting the property to 0. +	</li>      </ul>      <h3>         <a href="https://www.scintilla.org/scite404.zip">Release 4.0.4</a> | 
