diff options
author | nyamatongwe <unknown> | 2012-07-15 19:52:28 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-07-15 19:52:28 +1000 |
commit | 5684deae0908392129f9f2a03998120b10e798ab (patch) | |
tree | bceb8c9c076a489a445ad651ebf4835faef920bd | |
parent | a0cd9e4e57d2d9a5ffa1ca898cca0dd6954298c5 (diff) | |
download | scintilla-mirror-5684deae0908392129f9f2a03998120b10e798ab.tar.gz |
Clarify that SCI_SCROLLCARET does not understand line wrapping.
-rw-r--r-- | doc/ScintillaDoc.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 6a03c35f3..7e95b6e93 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -79,7 +79,7 @@ <h1>Scintilla Documentation</h1> - <p>Last edited 27/June/2012 NH</p> + <p>Last edited 15/July/2012 NH</p> <p>There is <a class="jump" href="Design.html">an overview of the internal design of Scintilla</a>.<br /> @@ -1739,7 +1739,8 @@ struct Sci_TextToFind { <p><b id="SCI_SCROLLCARET">SCI_SCROLLCARET</b><br /> If the current position (this is the caret if there is no selection) is not visible, the view - is scrolled to make it visible according to the current caret policy.</p> + is scrolled to make it visible according to the current caret policy. + Line wrapping is not taken into account by this command.</p> <p><b id="SCI_SETXCARETPOLICY">SCI_SETXCARETPOLICY(int caretPolicy, int caretSlop)</b><br /> <b id="SCI_SETYCARETPOLICY">SCI_SETYCARETPOLICY(int caretPolicy, int caretSlop)</b><br /> |