From 0b22b8e36c4a53923af764f5ecfbd5b16615ef9c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 22 Mar 2001 03:25:50 +0000 Subject: Documentation of SCI_DELLINERIGHT, SCI_DELLINELEFT and CARET_XEVEN. --- doc/ScintillaDoc.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index e7bb419ad..1ed31bcaf 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -223,7 +223,8 @@ SCI_MOVECARETINSIDEVIEW determines the number of line at top and botom of the view where the caret should not go. If CARET_SLOP is off then the caret is centred within the view. When CARET_STRICT is set then caret policy is rechecked even if the caret is completely - visible. + visible. If CARET_XEVEN is set then both the left and right margins are treated + equally whereas if it is not set then displaying text to the left is preferred. SCI_SETVISIBLEPOLICY is a similar function that determines how the vertical positioning is determined when SCI_ENSUREVISIBLE is called. It takes VISIBLE_SLOP and VISIBLE_STRICT flags @@ -776,6 +777,8 @@ SCI_VCHOME SCI_VCHOMEEXTEND SCI_DELWORDLEFT SCI_DELWORDRIGHT +SCI_DELLINELEFT +SCI_DELLINERIGHT SCI_LINESCROLLDOWN SCI_LINESCROLLUP SCI_LINECUT -- cgit v1.2.3