aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-04-18disable automatic scrolling and choosing the X that caret sticks tosciteco-rel-5-3-4Robin Haberkorn1-1/+7
2023-04-15commented out Editor::SetRepresentations()Robin Haberkorn1-1/+1
2023-03-27Include <mutex> as uses mutex.Neil1-0/+1
2023-03-27Declare const where possible.Neil1-1/+1
2023-03-10Feature [feature-requests:#1481] Fix lineTop to assign document line instead ofZufu Liu1-1/+1
2023-03-02Add multithreaded wrap to significantly improve performance of wrapping largeNeil1-10/+128
2023-03-02Cache client size when view moved or sized. That allows access to it fromNeil Hodgson1-2/+7
2023-02-12Feature [feature-requests:#1476] Move default representation code intoNeil1-44/+1
2023-01-17Fix SCI_VERTICALCENTRECARET to update the vertical scroll position.Mitchell Foral1-0/+1
2023-01-13Declarations on separate lines. Ensure variable initialization.Neil1-7/+10
2023-01-12Shorten code with std::swap.Neil1-3/+1
2023-01-12Remove erroneous and unnecessary casts for FindTextFull.Neil1-4/+4
2023-01-12Feature [feature-requests:#1474] Simplify with InsertString(string_view).Zufu Liu1-13/+10
2023-01-12Feature [feature-requests:#1474] Move EOL string function to Document and returnZufu Liu1-39/+19
2023-01-12Bug [#2372]. Optimize previous commit.Zufu Liu1-2/+2
2023-01-10Bug [#2372]. Fix SCI_LINESJOIN bug where carriage returns were incorrectlyZufu Liu1-12/+10
2022-12-12Reorder arguments to drawing functions to be consistent.Neil1-1/+1
2022-12-09Use const. Replace magic number with constant.Neil1-2/+2
2022-12-09More safety for potentially empty unwraps with ElementColourForced returning aNeil1-8/+5
2022-12-09Feature [feature-requests:#1458] Replace complex CopySelectionRange call withZufu Liu1-3/+2
2022-12-01Change release compilation optimization option to favour speed over space.Mitchell Foral1-1/+1
2022-11-22Add SCI_REPLACETARGETMINIMAL to change text without causing unchanged prefix andNeil1-10/+26
2022-10-19Fix noexcept warnings from recent changes.Neil1-2/+2
2022-10-19Hoist shared code from GetTextRange and GetTextRangeFull.Neil1-29/+20
2022-10-19Feature [feature-requests:#1455] Implement GetStyledTextFull as a 64-bit safeNeil1-12/+21
2022-10-04Feature [feature-requests:#1453] Added SCI_STYLESETINVISIBLEREPRESENTATION toFerdinand Oeinck1-0/+17
2022-09-30Bug [#2357]. Make SCI_LINESCROLL more accurate when width of space not integer.Zufu Liu1-1/+1
2022-09-12Remove NotifyLexerChanged notification from DocWatcher.Neil1-3/+0
2022-08-13Move ModifierFlags to ScintillaTypes.h as it is globally useful and not tiedNeil1-9/+0
2022-08-13Avoid access to window IDs (which are platform-dependent) in code that doesn'tNeil1-7/+11
2022-08-13Reduce warnings with noexcept, fewer casts, and other minor changes.Neil1-9/+9
2022-07-30Bug [#2340] Add option to contract every level for SCI_FOLDALL calledZufu Liu1-10/+19
2022-08-01Avoid some warnings from Code Analysis.Neil1-3/+1
2022-07-31Added change history which can display document changes (modified, saved, ...)Neil1-0/+14
2022-07-31Move main access to active marker bit set to model. This will allow merging inNeil1-2/+2
2022-07-24Bug [#2340] Simplify expand all folds. Speed up expand line a little.Zufu Liu1-6/+7
2022-07-22Move EditView::hideSelection to (inverted) SelectionAppearance::visible so thatNeil1-1/+5
2022-05-17Duplicate APIs to support 64-bit document positions on Win32:Neil1-11/+74
2022-05-10Support more than 2G lines with FoldAll.Neil1-2/+2
2022-05-10Improve performance of SCI_FOLDALL(SC_FOLDACTION_EXPAND).Neil1-3/+4
2022-04-08Feature [feature-requests:#1389] Initialize CaseFolderTable to ASCII soNeil1-9/+1
2022-04-07Bug [#2322] Fix partial updates and non-responsive scroll bars on Xorg.Neil Hodgson1-1/+6
2022-03-15Feature [feature-requests:#1431] Add SCI_GETSTYLEINDEXAT API to return stylesNeil1-0/+6
2022-03-12Feature [feature-requests:#1432] Move some surface creation out of headers andNeil1-0/+20
2022-03-05Feature [feature-requests:#1432] Simplify setting surface modes withZufu Liu1-0/+1
2022-03-05Feature [feature-requests:#1432] Remove redundant calls to DropGraphics.Zufu Liu1-1/+0
2022-02-02Feature [feature-requests:#1427] Add multithreaded layout which improvesNeil1-0/+7
2022-01-22Feature [feature-requests:#1422] Minor improvements to line layout and wrapping.Zufu Liu1-9/+15
2022-01-20Hide details of PositionCache.Neil1-3/+3
2021-12-16Feature [feature-requests:#1422] Fix scrollbar with annotations and wrapping.Zufu Liu1-0/+2