| Age | Commit message (Collapse) | Author | Files | Lines |
|
Backport of changeset 8028:78a688809e75.
|
|
Backport of changeset 8012:48f82fb06505.
|
|
Backport of changeset 8011:bf8531a046ff.
|
|
DrawCarets.
Backport of changeset 8010:4b365fa302a2.
|
|
default branch.
Some olders MacOSX SDKs do not have std::round() or std::lround().
|
|
default branch.
std::make_unique() is c++14 and std::size() is c++17.
|
|
Ideally this covers anything missed during the backport process.
|
|
with block OVR.
That is for CARETSTYLE_LINE | CARETSTYLE_BLOCK mode.
Backport of changeset 7608:b725657be4ae.
|
|
-> "colour".
Backport of changeset 7498:7dd63f4402ae.
|
|
CaseForce function
that hoists the repeated logic out of the 2 loops that check or set the cached
visual line text.
Backport of changeset 7476:93d24d83d380.
|
|
checking only
for upper and lower case characters instead of current word characters.
This changes behaviour for words like "_word" -> "_Word" instead of remaining
"_word" but that doesn't matter for this feature's intended use which is to allow
display of ASCII-only keywords in the user's preferred casing (else/ELSE/Else)
for languages with case-insensitive keywords.
Backport of changeset 7475:cdb7af706ba1.
|
|
Backport of changeset 7471:40f1581baf9e.
|
|
display text.
Backport of changeset 7400:9fcb52fdb307.
|
|
Backport of changeset 7398:8d77e52c39f3.
|
|
"Document.h" as it will
be needed for adding a CharacterCategory feature.
Backport of changeset 7391:9d98d77e920f.
|
|
<cmath>.
Backport of changeset 7329:2662ef098d93, but without std::round and std::lround,
since older Mac OSX SDKs may not have them.
|
|
Backport of changeset 7287:0272b3c3a03b.
|
|
overstrike.
Backport of changeset 7249:06b6a93d8e3f.
|
|
Backport of changeset 7248:aba09a1c7c63.
|
|
function.
Remove inclusion of <cctype> except in lexers as cctype functions often behave
poorly and may crash for out of bounds arguments.
Backport of changeset 7228:348e55f8107c.
|
|
Backport of changeset 7195:ce4394f12c76.
|
|
Backport of changeset 7025:f17e1a7e02e3.
|
|
Backport of changeset 7024:72c92ed3dc10.
|
|
Standard methods.
Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases.
Backport of changeset 6974:e99161ef7bdd.
|
|
under/over them.
Backport of changeset 6934:c0ca57c954c8.
|
|
Backport of changeset 6773:9a027c16f8c3.
|
|
Backport of changeset 6752:ad7b3c0b64e3.
|
|
copying value
of .get() before use.
Backport of changeset 6745:f8cf44b26722.
|
|
ElapsedTime. Also use #if for painting measurement as there are 7 sections of code to enable.
Backport of changeset 6741:af5d9064c25c.
|
|
Backport of changeset 6722:9a20edc44615.
|
|
Backport of changeset 6721:33bf16396488.
|
|
prference to RoundXYPosition, XYMinimum, and XYMaximum.
Backport of changeset 6713:fadc4c551b6d.
|
|
Backport of changeset 6709:0e77bb893e18.
|
|
without casts.
Backport of changeset 6707:29e80e764b46.
|
|
Constructor not marked explicit as may be used in external platform layers.
Backport of changeset 6706:73c8bc321f62.
|
|
for 64-bit
builds. Some of the changes ensure no truncation while others remove casts
that are no longer needed because the externally visible Sci_Position is now
identical to Sci::Position. Some extra methods (CellBuffer::UCharAt and
Document::SciLineFromPosition) added to avoid casting in client code.
Sci::Line is currently identical to Sci::Position but it could be made smaller
so lines have Sci::Line types and are cast.
Some arguments widened.
Backport of changeset 6705:5c0a80740b8c.
|
|
numbers white.
Backport of changeset 6700:daa126b86c17.
|
|
2 GigaBytes.
This option is provisional and experimental.
Backport of changesets 6696:9729ff36c5b1 and 6723:cffe824ab55e. Also added
'#include <cstddef>' to top of src/RESearch.cxx to fix 32-bit build error.
|
|
EditView.
This change was not compatible with Cocoa as it uses document-based coordinates
rather than view-based.
Backport of changeset 6673:a22abea8d41e.
|
|
EditView.
Backport of changeset 6669:7402342dc7a3.
|
|
Backport of changeset 6658:693e737f3155.
|
|
implementations of that interface.
Backport of changeset 6656:ffa2a06d3987.
|
|
that uses them needs to #include "XPM.h".
Move definition of standard methods on LineMarker from header to implementation
to reduce included text and further isolate use of XPM and RGBAImage.
Backport of changeset 6624:32adac0930bb.
|
|
documents.
Backport of changeset 6480:f2650eaa75e6.
|
|
Backport of changeset 6470:d78a4b522662.
|
|
for the lexer and document interfaces.
Backport of changeset 6388:d62863ae40a3.
|
|
belong in ILexer.h.
Backport of changeset 6383:9c8257ff60b7.
|
|
types used in
core to allow the Sci_Position.h types to widen to 64-bits.
Backport of changeset 6324:95346e626cf8.
|
|
|
|
Define UniqueString as a move-only string and use in a SparseVector for
ContractionState.
Remove SparseVector method specializations that are no longer needed.
|