aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 8fdea24bc..c0123dd4a 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -559,6 +559,7 @@
</tr><tr>
<td>cshnik</td>
<td>Petko Georgiev</td>
+ <td>YX Hao</td>
</tr>
</table>
<p>
@@ -599,6 +600,9 @@
Add SCI_GETELEMENTBASECOLOUR to return the default values for element colours.
</li>
<li>
+ Add SC_ELEMENT_WHITE_SPACE to set the colour of visible whitespace including translucency.
+ </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.