From bb75e40bca7a6d81eb4070a7b67950119dc4b8b5 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 25 Aug 2021 08:21:33 +1000 Subject: Allow SCI_HIDELINES to hide the first line or all lines. --- doc/ScintillaDoc.html | 5 ++--- doc/ScintillaHistory.html | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index e39ff9d30..5dfd16585 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -128,7 +128,7 @@

Scintilla Documentation

-

Last edited 30 July 2021 NH

+

Last edited 25 August 2021 NH

Scintilla 5 has moved the lexers from Scintilla into a new Lexilla project.
@@ -7113,8 +7113,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ visible and 0 if it is not visible. SCI_GETALLLINESVISIBLE returns 1 if all lines are visible and 0 if some lines are hidden. - These messages have no effect on fold levels or fold - flags. The first line can not be hidden.

+ These messages have no effect on fold levels or fold flags.

SCI_SETFOLDLEVEL(line line, int level)
SCI_GETFOLDLEVEL(line line) → int
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 @@ Feature #841.

  • + Allow SCI_HIDELINES to hide the first line or all lines which can be useful for filtered views. +
  • +
  • Fix display of fold lines when wrapped so they are only drawn once per line, not on each subline.
  • -- cgit v1.2.3