diff options
author | Neil <nyamatongwe@gmail.com> | 2018-01-31 17:08:48 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-01-31 17:08:48 +1100 |
commit | 592b3ac7cd3651ccc58376b5323e231b0834e34b (patch) | |
tree | c6aa1d9613d22c13f6dafb80365902ec2a39defc | |
parent | 9d20aa315368dc8744fe69c23f371201b0fbbc37 (diff) | |
download | scintilla-mirror-592b3ac7cd3651ccc58376b5323e231b0834e34b.tar.gz |
Backport: Document bytes argument to SCI_CREATEDOCUMENT.
Backport of changeset 6443:ab4efcbfdae6.
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 1106fbd86..c7d86b0ff 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -568,6 +568,9 @@ The Scintilla namespace is always active for internal symbols and for the lexer and document interfaces. </li> <li> + SCI_CREATEDOCUMENT adds a bytes argument to allocate memory for an initial size. + </li> + <li> Add SCI_GETMOVEEXTENDSSELECTION to allow applications to add more complex selection commands. </li> |