Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Latin characters could not be entered.
The change also stops SCI_ASSIGNCMDKEY from working with these characters.
|
|
|
|
|
|
|
|
in the margin or in the text.
|
|
|
|
|
|
so they can be seen when invoked from a modal dialog.
|
|
|
|
subclasses do not need to call StandardASCII.
Avoid some lint warnings.
|
|
|
|
EditModel::CurrentSurfaceMode.
|
|
|
|
|
|
|
|
concurrent calls to MeasureWidths.
|
|
MeasureWidthsUTF8 reentrant so they can be called safely from multiple threads.
|
|
|
|
cursor images.
|
|
4253.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
larger than 255 to be represented.
Before this, it may have been possible but extremely rare for a cache entry to
wrongly match a styled lexeme and produce incorrect layout.
Using uint16_t from cstdint instead of a bit field as tools perform more
checking on that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Turn off CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER
as headers also used on other platforms that do not build as a framework.
|
|
|
|
|
|
|
|
ReplaceREInFile.
|
|
|
|
|
|
improve performance for client code that called SCI_GETSTATUS after every API to
check for failure.
|
|
|
|
|
|
|
|
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.
|
|
will be published in externally visible header.
|