From 6744fc12bb558e056024944f48b22f23979e7f63 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 3 Oct 2016 14:37:05 +1100 Subject: Explain SCI_WORD[LEFT|RIGHT]END* key commands. --- doc/ScintillaDoc.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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 {

The SCI_WORDPART* commands are used to move between word segments marked by capitalisation (aCamelCaseIdentifier) or underscores (an_under_bar_ident).

+

The SCI_WORD[LEFT|RIGHT]END* commands are + similar to SCI_WORD[LEFT|RIGHT]* but move between word ends instead of word starts.

+

The SCI_HOME* commands move the caret to the start of the line, while the SCI_VCHOME* 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*.

-- cgit v1.2.3