From add5f0668596d2b7787fb941d846ca6edce32c91 Mon Sep 17 00:00:00 2001
From: nyamatongwe
-
+
@@ -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.