From c4c91a5e9d5e966e4c81d541d2d7e95392c6c7ec Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 17 Nov 2016 18:09:27 +1100 Subject: Whitespace fixed and data updated. --- doc/ScintillaDoc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index a53f17566..616bacaa7 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -88,7 +88,7 @@

Scintilla Documentation

-

Last edited 29 September 2016 NH

+

Last edited 17 November 2016 NH

There is an overview of the internal design of Scintilla.
@@ -3158,7 +3158,7 @@ struct Sci_TextToFind { 5 margins are allocated initially numbered from 0 to SC_MAX_MARGIN (4) but this may be changed by calling SCI_SETMARGINS. - Each margin can be set to display only symbols, line numbers, or text with + Each margin can be set to display only symbols, line numbers, or text with SCI_SETMARGINTYPEN. Textual margins may also display symbols. The markers @@ -5160,7 +5160,7 @@ 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 +

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 @@ -5617,7 +5617,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ the Release call. When the whole file has been read, ConvertToDocument should be called to produce a Scintilla document pointer. The newly created document will have a reference count of 1 in the same way as a document pointer - returned from + returned from SCI_CREATEDOCUMENT. There is no need to call Release after ConvertToDocument.

-- cgit v1.2.3