diff options
author | Neil <nyamatongwe@gmail.com> | 2021-08-25 08:21:33 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-08-25 08:21:33 +1000 |
commit | bb75e40bca7a6d81eb4070a7b67950119dc4b8b5 (patch) | |
tree | c90d62fb94bbc96736a8027a0e02dd784826eb59 /doc/ScintillaHistory.html | |
parent | dc0398d650e75efe9641f0c48d630f2c2027281a (diff) | |
download | scintilla-mirror-bb75e40bca7a6d81eb4070a7b67950119dc4b8b5.tar.gz |
Allow SCI_HIDELINES to hide the first line or all lines.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f404bed0b..98251fde9 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -591,6 +591,9 @@ <a href="https://sourceforge.net/p/scintilla/feature-requests/841/">Feature #841</a>. </li> <li> + Allow SCI_HIDELINES to hide the first line or all lines which can be useful for filtered views. + </li> + <li> Fix display of fold lines when wrapped so they are only drawn once per line, not on each subline. </li> <li> |