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 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/ScintillaDoc.html') 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
-- cgit v1.2.3