From add5f0668596d2b7787fb941d846ca6edce32c91 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 31 Jan 2010 07:07:45 +0000 Subject: Reordered to follow convention. --- doc/ScintillaDoc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index f87d03578..3071411d4 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1015,8 +1015,8 @@ struct TextToFind { SCI_GETTEXTLENGTH
SCI_GETLENGTH
SCI_GETLINECOUNT
- SCI_GETFIRSTVISIBLELINE
SCI_SETFIRSTVISIBLELINE(int lineDisplay)
+ SCI_GETFIRSTVISIBLELINE
SCI_LINESONSCREEN
SCI_GETMODIFY
SCI_SETSEL(int anchorPos, int currentPos)
@@ -1075,8 +1075,8 @@ struct TextToFind { This returns the number of lines in the document. An empty document contains 1 line. A document holding only an end of line sequence has 2 lines.

-

SCI_GETFIRSTVISIBLELINE
- SCI_SETFIRSTVISIBLELINE(int lineDisplay)
+

SCI_SETFIRSTVISIBLELINE(int lineDisplay)
+ SCI_GETFIRSTVISIBLELINE
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.

-- cgit v1.2.3