From bb27e8dd8c0e959c7048a18336ac18d482f4d892 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 19 Jul 2011 11:24:56 +1000 Subject: Fix up spacing and unwanted brackets. --- doc/ScintillaDoc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 6d9b58416..d39d95165 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4271,7 +4271,7 @@ struct Sci_TextToFind { SCI_HOMEEXTEND - [SCI_HOMERECTEXTEND] + SCI_HOMERECTEXTEND @@ -4431,7 +4431,7 @@ struct Sci_TextToFind { capitalisation (aCamelCaseIdentifier) or underscores (an_under_bar_ident).

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 + 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*.

The SCI_[HOME|LINEEND]DISPLAY* commands are used when in line wrap mode to -- cgit v1.2.3