diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-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 080c223a3..1b16f2d18 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -594,6 +594,10 @@ Allow SCI_HIDELINES to hide the first line or all lines which can be useful for filtered views. </li> <li> + Make negative settings for extra ascent and descent safer by ensuring calculated ascent and thus + line height is at least 1 pixel. + </li> + <li> Fix display of fold lines when wrapped so they are only drawn once per line, not on each subline. </li> <li> |