diff options
author | nyamatongwe <unknown> | 2001-03-22 03:25:50 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-03-22 03:25:50 +0000 |
commit | 40a73d455a5a263914c01f6f33cab601e9c9a471 (patch) | |
tree | 6af4c29b7852d2849d2e798e90eeb96a94dea6ee | |
parent | 14031947ec567c1e84797dfeeea028bae730d2a6 (diff) | |
download | scintilla-mirror-40a73d455a5a263914c01f6f33cab601e9c9a471.tar.gz |
Documentation of SCI_DELLINERIGHT, SCI_DELLINELEFT and CARET_XEVEN.
-rw-r--r-- | doc/ScintillaDoc.html | 5 |
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 |