From d521c03c921f4e6f076f37657e1f989c5d8073c5 Mon Sep 17 00:00:00 2001
From: Zufu Liu
Date: Sat, 22 Jun 2019 13:07:31 +1000
Subject: Backport: Feature [feature-requests:#1297] Updates to types of
LineScroll, [Set]MarginTypeN, and [Set]MarginCursorN.
Backport of changeset 7596:a5bcfd494606.
---
doc/ScintillaDoc.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/ScintillaDoc.html')
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 1bfb98368..a1ee1f83c 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -1860,7 +1860,7 @@ struct Sci_TextToFind {
SCI_GETFIRSTVISIBLELINE → line
SCI_SETXOFFSET(int xOffset)
SCI_GETXOFFSET → int
- SCI_LINESCROLL(int columns, line lines)
+ SCI_LINESCROLL(position columns, line lines)
SCI_SCROLLCARET
SCI_SCROLLRANGE(position secondary, position primary)
SCI_SETXCARETPOLICY(int caretPolicy, int
@@ -1893,7 +1893,7 @@ struct Sci_TextToFind {
view. A value of 0 is the normal position with the first text column visible at the left of the
view.
- SCI_LINESCROLL(int columns, line lines)
+
SCI_LINESCROLL(position columns, line lines)
This will attempt to scroll the display by the number of columns and lines that you specify.
Positive line values increase the line number at the top of the screen (i.e. they move the text
upwards as far as the user is concerned), Negative line values do the reverse.
--
cgit v1.2.3