From 926e43d2e9b658fac3adb3fc2c0e0db0e819b819 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 31 Jan 2010 06:54:53 +0000 Subject: Added SCI_SETFIRSTVISIBLELINE to match SCI_GETFIRSTVISIBLELINE. --- doc/ScintillaDoc.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 4b947dd11..f87d03578 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1016,6 +1016,7 @@ struct TextToFind { SCI_GETLENGTH
SCI_GETLINECOUNT
SCI_GETFIRSTVISIBLELINE
+ SCI_SETFIRSTVISIBLELINE(int lineDisplay)
SCI_LINESONSCREEN
SCI_GETMODIFY
SCI_SETSEL(int anchorPos, int currentPos)
@@ -1075,7 +1076,8 @@ struct TextToFind { document holding only an end of line sequence has 2 lines.

SCI_GETFIRSTVISIBLELINE
- This returns the line number of the first visible line in the Scintilla view. The first line + SCI_SETFIRSTVISIBLELINE(int lineDisplay)
+ These messages retrieve and set the line number of the first visible line in the Scintilla view. The first line in the document is numbered 0. The value is a visible line rather than a document line.

SCI_LINESONSCREEN
-- cgit v1.2.3