aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-10-03 14:37:05 +1100
committerNeil <nyamatongwe@gmail.com>2016-10-03 14:37:05 +1100
commit6744fc12bb558e056024944f48b22f23979e7f63 (patch)
tree539ca09bdb512887e4acb40f41b3c847a691aabc
parent15bfff73d3a1f2f3355a209d9bd2bf2511d735d2 (diff)
downloadscintilla-mirror-6744fc12bb558e056024944f48b22f23979e7f63.tar.gz
Explain SCI_WORD[LEFT|RIGHT]END* key commands.
-rw-r--r--doc/ScintillaDoc.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index b50a891f3..3b2c480d0 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -5104,6 +5104,9 @@ struct Sci_TextToFind {
<p>The <code>SCI_WORDPART*</code> commands are used to move between word segments marked by
capitalisation (aCamelCaseIdentifier) or underscores (an_under_bar_ident).</p>
+ <p>The <code>SCI_WORD[LEFT|RIGHT]END*</code> commands are
+ similar to <code>SCI_WORD[LEFT|RIGHT]*</code> but move between word ends instead of word starts.</p>
+
<p>The <code>SCI_HOME*</code> commands move the caret to the start of the line, while the
<code>SCI_VCHOME*</code> commands move the caret to the first non-blank character of the line
(ie. just after the indentation) unless it is already there; in this case, it acts as SCI_HOME*.</p>