diff options
author | nyamatongwe <unknown> | 2008-08-03 08:19:03 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2008-08-03 08:19:03 +0000 |
commit | e13f8db1f26e9b1c732d94def9eb23339c876c97 (patch) | |
tree | 94b62a92bd4269f1a4aabac0851e91e9159142b2 /doc/ScintillaDoc.html | |
parent | 7c368867f07b9155ab702398f2247eddd87d6de6 (diff) | |
download | scintilla-mirror-e13f8db1f26e9b1c732d94def9eb23339c876c97.tar.gz |
For bug #2030324 codument that HideLines can not hide line 0 and
stop this from causing crash in code.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index ee4e1670d..90d337529 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4178,7 +4178,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ The first two messages mark a range of lines as visible or invisible and then redraw the display. The third message reports on the visible state of a line and returns 1 if it is visible and 0 if it is not visible. These messages have no effect on fold levels or fold - flags.</p> + flags. The first line can not be hidden.</p> <p><b id="SCI_SETFOLDLEVEL">SCI_SETFOLDLEVEL(int line, int level)</b><br /> <b id="SCI_GETFOLDLEVEL">SCI_GETFOLDLEVEL(int line)</b><br /> |