diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-02-02 14:34:55 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-02-02 14:34:55 +1100 |
| commit | 6fb4db4d6e160550a0889e209174b86e94bfe672 (patch) | |
| tree | df35b50ed6448f772c2288990c3f6332b6243d49 /doc/ScintillaHistory.html | |
| parent | 391226f67e1260eb77e7d3122d43281aa6ccd5ab (diff) | |
| download | scintilla-mirror-6fb4db4d6e160550a0889e209174b86e94bfe672.tar.gz | |
Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.
Backport of changeset 6448:431b814a54a6.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index c7d86b0ff..14a2820e3 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -569,6 +569,11 @@ </li> <li> SCI_CREATEDOCUMENT adds a bytes argument to allocate memory for an initial size. + SCI_CREATELOADER and SCI_CREATEDOCUMENT add a documentOption argument to + allow choosing different document capabilities. + </li> + <li> + Add SC_DOCUMENTOPTION_STYLES_NONE option to stop allocating memory for styles. </li> <li> Add SCI_GETMOVEEXTENDSSELECTION to allow applications to add more |
