diff options
| author | Neil <nyamatongwe@gmail.com> | 2020-01-25 08:54:18 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2020-01-25 08:54:18 +1100 |
| commit | d77eecc6ce42933e56df832513c97259ec553488 (patch) | |
| tree | 94f2fa6e3502849dbb28c0a9f77b9821c1bfec11 | |
| parent | 4ce8706b744b86ae0f48a57303aad318c14ab9ba (diff) | |
| download | scintilla-mirror-d77eecc6ce42933e56df832513c97259ec553488.tar.gz | |
Backport: Fix line end whitespace and change edited date.
Backport of changeset 7962:92acd2f85a84.
| -rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index f3d5c9fd3..27e361afc 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -116,7 +116,7 @@ <h1>Scintilla Documentation</h1> - <p>Last edited 15 November 2019 NH</p> + <p>Last edited 25 January 2020 NH</p> <p>There is <a class="jump" href="Design.html">an overview of the internal design of Scintilla</a>.<br /> @@ -1808,7 +1808,7 @@ struct Sci_TextToFind { <b id="SCI_GETSELECTIONNEND">SCI_GETSELECTIONNEND(int selection) → position</b><br /> <b id="SCI_GETSELECTIONNENDVIRTUALSPACE">SCI_GETSELECTIONNENDVIRTUALSPACE(int selection) → position</b><br /> Set or query the start and end position of each already existing selection. - Query the virtual space at start and end of each selection. + Query the virtual space at start and end of each selection. Mostly of use to query each range for its text. The selection parameter is zero-based. </p> <p> |
