From 837d0ca0e8accace3e8c7c4647417c1fcc88d1d5 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 17 Jun 2021 13:25:27 +1000 Subject: Move ScintillaCall from SciTE project. --- doc/ScintillaHistory.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ScintillaHistory.html') 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.
  • + 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. +
  • +
  • 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.
  • -- cgit v1.2.3