diff options
| author | Neil <nyamatongwe@gmail.com> | 2021-05-11 10:06:28 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2021-05-11 10:06:28 +1000 |
| commit | 002f1a013736a89223dc1ede2724f8492e12ce1f (patch) | |
| tree | 26232075fd5f586fae60fc75f8f97dd811855115 /doc/ScintillaHistory.html | |
| parent | 59052f9ae48d6e24a270303d9f2af4097ca62086 (diff) | |
| download | scintilla-mirror-002f1a013736a89223dc1ede2724f8492e12ce1f.tar.gz | |
Implement SCI_GETELEMENTBASECOLOUR to return the default values for element
colours.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -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 bf43a17b6..64260aa88 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -586,6 +586,9 @@ translucently over text or opaquely underneath other drawing. </li> <li> + Add SCI_GETELEMENTBASECOLOUR to return the default values for element colours. + </li> + <li> Make idle actions wrapping and background styling smoother by measuring per-byte instead of per-line and allowing just one line to be processed in a time slice. |
