diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 39af707b8..84a29578e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -581,6 +581,12 @@ Released 2 June 2021. </li> <li> + Add SciFnDirectStatus, a direct access function which also returns status. + It can be retrieved with SCI_GETDIRECTSTATUSFUNCTION. + This can avoid calling SCI_GETSTATUS after every API to determine failure so can + improve performance. + </li> + <li> Add APIs for setting appearance (traditional blob or plain text) and colour of representations and support setting a representation for the "\r\n" line end sequence. </li> |