From 1174ecf6decf3c0dea9ef2348bcb91980e3f7b29 Mon Sep 17 00:00:00 2001
From: nyamatongwe
Date: Sun, 3 Aug 2008 08:19:03 +0000
Subject: For bug #2030324 codument that HideLines can not hide line 0 and stop
this from causing crash in code.
---
doc/ScintillaDoc.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'doc')
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.
+ flags. The first line can not be hidden.
SCI_SETFOLDLEVEL(int line, int level)
SCI_GETFOLDLEVEL(int line)
--
cgit v1.2.3