Neil
1b153f8d8d
Add IDocumentEditable interface for efficient interaction with document objects.
2023-12-20 09:24:23 +11:00
Zufu Liu
5e886f24d1
Feature [feature-requests:#1477] More typesafe bindings of *Full APIs in
...
ScintillaCall.
2023-02-15 12:01:42 +11:00
Neil
475450c76c
Duplicate APIs to support 64-bit document positions on Win32:
...
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
2022-05-17 08:52:34 +10:00
Neil
837d0ca0e8
Move ScintillaCall from SciTE project.
2021-06-17 13:25:27 +10:00
Neil
7ff41a39e0
Call HFacer to ensure Scintilla.h also updated.
2021-06-10 09:23:42 +10:00
Neil
92290868cf
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
...
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
2021-05-24 19:31:06 +10:00