aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-02-29Backport: Add const and noexcept where they make sense.Neil1-4/+4
2020-02-27Backport: Feature [feature-requests:497] Structure caret policy data and pass...Neil1-62/+50
2020-02-21Backport: Feature [feature-requests:497] Automatically scroll while dragging ...McLoo1-0/+14
2020-02-15Backport: Bug [#2138]. Potential fix to Direct2D crash when updating driver.Mat Berchtold1-1/+7
2020-01-05Added Sci::make_unique() and Sci::size() for better compatibility with the de...mitchell1-4/+3
2019-11-15Backport: Feature [feature-requests:#1316] Allow target to have virtual space.Neil1-38/+54
2019-11-15Backport: Feature [feature-requests:#1316] Add access to virtual space at sta...Neil1-0/+6
2019-11-03Backport: Bug [#2130]. Setting rectangular selection made faster by reusing s...Neil1-1/+4
2019-07-05Backport: Bug [#2118]. Add TabMinimumWidth property to API so applications ca...Neil1-0/+7
2019-07-11Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED.mitchell1-6/+7
2019-06-22Backport: Bug [#1924]. Option to allow block carets to trail selection ranges.Neil1-1/+1
2019-06-22Backport: Feature [feature-requests:#1297] Update to use INDICATOR_ instead o...Neil1-18/+18
2019-07-11Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.mitchell1-5/+6
2019-05-24Backport: Support output lengths >2GB for SCI_GETSTYLEDTEXT.Zufu Liu1-2/+2
2019-05-24Backport: Optimize SCI_GETSELTEXT by avoiding per-character calls.Zufu Liu1-4/+4
2019-05-24Backport: Optimize SCI_GETCURLINE by avoiding per-character calls.Zufu Liu1-5/+3
2019-05-24Backport: Optimize SCI_GETLINE by avoiding per-character calls.Zufu Liu1-6/+5
2019-05-04Backport: Bug [#2102]. Allow length argument to be past end of document for S...Zufu Liu1-1/+1
2019-05-02Backport: Optimize SCI_GETTEXT by calling Document::GetCharRange instead of l...Neil1-5/+4
2019-04-17Backport: Bug [#2093]. For DBCS make result of "\x82\xCC" be 0x82CC instead o...Neil1-1/+1
2019-04-10Backport: Bug [#2093]. Fix exception when inserting DBCS text.Zufu Liu1-8/+13
2019-04-05Backport: Feature [feature-requests:#1272]. Add API to set default fold displ...Neil1-0/+8
2019-03-31Backport: Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to matchZufu Liu1-0/+3
2019-04-16Backport: Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIM...mitchell1-0/+7
2019-03-29Backport: Include "CharacterCategory.h" in all files that include "Document.h...Neil1-0/+1
2019-03-18Backport: Add some operators to Point to simplify client code.Neil1-12/+8
2019-03-31Backport Avoid hangs in idle styling modes caused by high-priority idle work ...mitchell1-3/+7
2019-03-09Backport: Use constexpr where reasonable and move groups of static functions ...mitchell1-6/+14
2019-03-03Backport: Remove destructor that doesn't need to be defined.Neil1-2/+0
2019-03-03Backport: Use noexcept where reasonable.Neil1-24/+24
2019-03-03Backport: Bug [#2083]. Ensure container notified if Insert pressed when caret...Neil1-0/+4
2019-02-10Backport: Bug [#2078]. Tidying code.Neil1-2/+1
2019-02-09Backport: Bug [#2078]. Fix garbage text from SCI_MOVESELECTEDLINESUP andNeil1-1/+5
2019-02-05Backport: Feature [feature-requests:#1217]. Change API so block just for over...Zufu Liu1-2/+2
2019-02-02Backport: Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.Zufu Liu1-2/+2
2019-01-13Backport: Replace the only use of a function from <cctype> with a Scintilla f...Neil1-1/+0
2019-01-06Backport: Bug [#2068]. Fix some clang-tidy warnings.Zufu Liu1-2/+2
2018-11-29Backport: Notify with SC_UPDATE_SELECTION when user performs a multiple selec...Neil1-0/+1
2018-10-17Backport: Use nullptr and default brace initialisation for some simple cases.Neil1-1/+1
2018-10-15Backport: Set number of lines wrapped in one go to maintain responsiveness an...Neil1-2/+12
2018-10-15Backport: Extract duration measurement damping and clamping into ActionDurati...Neil1-1/+1
2018-10-11Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil1-3/+13
2018-10-09Backport: Improve performance of Editor::RangeText by avoding per-character c...Neil1-3/+1
2018-09-29Backport: Use nullptr when simple.Neil1-6/+6
2018-09-29Backport: Normalize formatting with astyle.Neil1-5/+5
2018-09-29Backport: Remove dead code.Neil1-1/+0
2018-09-29Backport: Bug [#2047]. Avoid processing when SCI_SETZOOM to same value as bef...Zufu Liu1-5/+9
2018-07-10Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ...Neil1-1/+27
2018-05-24Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. Stand...Neil1-12/+12
2018-05-25Backport: Draw invalid bytes in DBCS when detected as blobs in a similar way ...mitchell1-0/+11