aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-03-22 03:25:50 +0000
committernyamatongwe <devnull@localhost>2001-03-22 03:25:50 +0000
commit0b22b8e36c4a53923af764f5ecfbd5b16615ef9c (patch)
tree6af4c29b7852d2849d2e798e90eeb96a94dea6ee /doc/ScintillaDoc.html
parent8c95375e4b2a7f7264d58340588b0caa51f66b3d (diff)
downloadscintilla-mirror-0b22b8e36c4a53923af764f5ecfbd5b16615ef9c.tar.gz
Documentation of SCI_DELLINERIGHT, SCI_DELLINELEFT and CARET_XEVEN.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html5
1 files changed, 4 insertions, 1 deletions
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