Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Small reduction in executable size.
|
|
string_view and constexpr.
|
|
|
|
|
|
that are not needed.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed history by moving new items into the pending version.
|
|
|
|
|
|
|
|
variables are initialized, specify noexcept when safe.
|
|
|
|
Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character
into UniConversion.
|
|
|
|
|
|
|
|
interfaces ILexer4 and IDocument.
|
|
|
|
|
|
|
|
|
|
|
|
and StringDecode more and make more likely to be optimized.
|
|
tool set will not indirectly include <stdexcept>.
|
|
|
|
guaranty termination where possible.
|
|
Parameter names added to method declarations.
|
|
Fixed by using hex escapes for non-ASCII.
|
|
|
|
|
|
case conversion of Unicode text in accordance with Unicode.
|