Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Replace UniqueBSTR which was a unique_ptr with ScopedBSTR as Coverity has strict
rules about the BSTR type and would show COM.BSTR.CONV for all attempts at
wrapping BSTR with unique_ptr.
Includes code from Zufu Liu.
|
|
new WinType.h header.
|
|
|
|
|
|
|
|
|
|
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.
|
|
warnings.
|
|
|
|
interfaces ILexer4 and IDocument.
|
|
|
|
|
|
From Stefan Küng.
|
|
From johnsonj.
|
|
|
|
|