aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html3
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>