diff options
author | Neil <nyamatongwe@gmail.com> | 2018-10-11 09:29:05 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-10-11 09:29:05 +1100 |
commit | c5dedff99f306588a7217d40a4281db7d1baffaa (patch) | |
tree | c1d9cda99aa3920b0a0dacdddec296ec893854c7 /doc/ScintillaHistory.html | |
parent | 7cb8abba8c1b026f3b9450f3e163e09357b49906 (diff) | |
download | scintilla-mirror-c5dedff99f306588a7217d40a4281db7d1baffaa.tar.gz |
Add SCI_SETCOMMANDEVENTS API to allow turning off command events.
This can reduce the time taken to fold a document by half.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4b6b8926d..7e2fc7e2e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -552,6 +552,10 @@ </h3> <ul> <li> + Add SCI_SETCOMMANDEVENTS API to allow turning off command events as they + can be a significant performance cost. + </li> + <li> Fixed a crash on Cocoa in bidirectional mode where some patterns of invalid UTF-8 caused failures to create Unicode strings. </li> |