| Age | Commit message (Collapse) | Author | Files | Lines |
|
documents.
Backport of changeset 6480:f2650eaa75e6.
|
|
Backport of changeset 6470:d78a4b522662.
|
|
Backport of changeset 6448:431b814a54a6.
|
|
casts to int
which may drop information.
Backport of changeset 6434:ed27432729c3.
|
|
std::iterator.
This fixes a C4996 / STL4015 warning from Visual C++ 2017.5 that the
std::iterator class template is deprecated in C++17.
Backport of changeset 6421:fd2f856b8d58.
|
|
DocumentIndexer.
Backport of changeset 6401:fccfa635ff0c.
|
|
for the lexer and document interfaces.
Backport of changeset 6388:d62863ae40a3.
|
|
belong in ILexer.h.
Backport of changeset 6383:9c8257ff60b7.
|
|
Backport of changeset 6340:52f12c3eebcd.
|
|
types used in
core to allow the Sci_Position.h types to widen to 64-bits.
Backport of changeset 6324:95346e626cf8.
|
|
Backport of changeset 6320:8d56eaef4f0a.
|
|
Replaced Platform::Clamp with Sci::clamp.
Drop MouseButtonBounce workaround for very early GTK+/Linux.
Backported from changeset 6307:7030530a9a0f.
|
|
|
|
Document.
|
|
|
|
and make it easier to modify.
Remove out of date warning suppression.
|
|
|
|
|
|
|
|
|
|
where it may be needed in the future.
|
|
|
|
|
|
and lines.
|
|
|
|
Features used are move constructor, unique_ptr, deleted functions, enum class,
lambda expression, and range for loop.
|
|
|
|
|
|
Since 'noexcept' is not available with all compilers, restrict it to cases
where needed.
|
|
instead of bytes leading to more natural behaviour for multi-byte encodings like
UTF-8.
|
|
|
|
|
|
|
|
Simplifies code by removing any precedence issues and is shorter.
|
|
styles > 0x7f.
|
|
|
|
text then styling in the background using idle-time.
|
|
|
|
|
|
|
|
|
|
TargetWholeDocument.
|
|
of mistakes.
|
|
For example the sequence ['a', 'c', left, 'b', undo] would produce "c" instead of "ac".
|
|
Change made reverse iteration dangerous.
|
|
sensibly.
From Mitchell Foral.
|
|
positions.
This is needed on Cocoa where the IME wants to be able to index into the document
with UTF-16 counts to match Cocoa's own use of UTF-16.
|
|
|
|
same.
Add unit tests for UnicodeFromUTF8.
|
|
|