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 | 3f1c1f5fe73d9fe48af8ffc2f0dbf2107d65cf52 (patch) | |
| tree | 2f662f0da33a58e1e9700b358ab695c3c04b7465 /doc/ScintillaHistory.html | |
| parent | cc13723d8f558fb7c48f3f4ed1bb107f35b95397 (diff) | |
| download | scintilla-mirror-3f1c1f5fe73d9fe48af8ffc2f0dbf2107d65cf52.tar.gz | |
Implement SC_DOCUMENTOPTION_STYLES_NONE.
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 2aa2ff5b9..9e01bfcec 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -539,6 +539,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 |
