diff options
| author | Neil <nyamatongwe@gmail.com> | 2021-06-17 13:25:27 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2021-06-17 13:25:27 +1000 |
| commit | 837d0ca0e8accace3e8c7c4647417c1fcc88d1d5 (patch) | |
| tree | 43102ee4d220168bcdd5d070185645d1631527ca /doc/ScintillaDoc.html | |
| parent | 188c98baa6216059539421a53bcd48b9d588cc3e (diff) | |
| download | scintilla-mirror-837d0ca0e8accace3e8c7c4647417c1fcc88d1d5.tar.gz | |
Move ScintillaCall from SciTE project.
Diffstat (limited to 'doc/ScintillaDoc.html')
| -rw-r--r-- | doc/ScintillaDoc.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 7e048c273..9fbb50350 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -182,9 +182,12 @@ Scintilla's facilities.</p> <p>There is a more type-safe binding of this API that can be used from C++. - It is implemented in the ScintillaTypes.h, ScintillaMessages.h, and ScintillaStructures.h headers. - SciTE contains (in src) a ScintillaCall module that can help further and will, in the future, be - moved into Scintilla. + It is implemented in the ScintillaTypes.h, ScintillaMessages.h, ScintillaStructures.h, and ScintillaCall.h headers + and call/ScintillaCall.cxx. + The ScintillaTypes.h, ScintillaMessages.h, and ScintillaStructures.h headers can be used without ScintillaCall + but ScintillaCall makes it easier to use the other headers by wrapping the messages in methods + which also avoids much type casting. + ScintillaCall throws Scintilla::Failure exceptions when a call fails. </p> <p>In the descriptions that follow, the messages are described as function calls with zero, one |
