aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-08-25 08:21:33 +1000
committerNeil <nyamatongwe@gmail.com>2021-08-25 08:21:33 +1000
commitbb75e40bca7a6d81eb4070a7b67950119dc4b8b5 (patch)
treec90d62fb94bbc96736a8027a0e02dd784826eb59 /doc/ScintillaDoc.html
parentdc0398d650e75efe9641f0c48d630f2c2027281a (diff)
downloadscintilla-mirror-bb75e40bca7a6d81eb4070a7b67950119dc4b8b5.tar.gz
Allow SCI_HIDELINES to hide the first line or all lines.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html5
1 files changed, 2 insertions, 3 deletions
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 @@
<h1>Scintilla Documentation</h1>
- <p>Last edited 30 July 2021 NH</p>
+ <p>Last edited 25 August 2021 NH</p>
<p style="background:#90F0C0">Scintilla 5 has moved the lexers from Scintilla into a new
<a href="Lexilla.html">Lexilla</a> project.<br />
@@ -7113,8 +7113,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){
visible and 0 if it is not visible.
<code>SCI_GETALLLINESVISIBLE</code> 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.</p>
+ These messages have no effect on fold levels or fold flags.</p>
<p><b id="SCI_SETFOLDLEVEL">SCI_SETFOLDLEVEL(line line, int level)</b><br />
<b id="SCI_GETFOLDLEVEL">SCI_GETFOLDLEVEL(line line) &rarr; int</b><br />