aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-06-17 13:25:27 +1000
committerNeil <nyamatongwe@gmail.com>2021-06-17 13:25:27 +1000
commit837d0ca0e8accace3e8c7c4647417c1fcc88d1d5 (patch)
tree43102ee4d220168bcdd5d070185645d1631527ca /doc/ScintillaHistory.html
parent188c98baa6216059539421a53bcd48b9d588cc3e (diff)
downloadscintilla-mirror-837d0ca0e8accace3e8c7c4647417c1fcc88d1d5.tar.gz
Move ScintillaCall from SciTE project.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 84a29578e..0ef408ce8 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -587,6 +587,11 @@
improve performance.
</li>
<li>
+ Add more type-safe wrappers to the API.
+ These are defined in include/ScintillaCall.h and implemented in call/ScintillaCall.cxx.
+ ScintillaCall throws Scintilla::Failure exceptions when a call fails.
+ </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>