From a897c17ff7e3fdeca4266f170fb976604af44b2c Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Thu, 26 Apr 2018 16:32:10 +1000 Subject: Change log for SciTE for macOS. --- doc/ScintillaHistory.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc') 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.
  • - 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.
  • @@ -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.
  • +
  • + 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. +
  • Release 4.0.4 -- cgit v1.2.3