index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
CellBuffer.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2 days
implicitly instantiate RunStyles: support ptrdiff_t if it has the same storag...
Robin Haberkorn
1
-1
/
+2
2 days
Revert "support ptrdiff_t if it has the same storage size as int, but does *n...
Robin Haberkorn
1
-2
/
+1
2025-08-26
support ptrdiff_t if it has the same storage size as int, but does *not* alia...
Robin Haberkorn
1
-1
/
+2
2025-01-22
Bug [#1224]. Remember selection in undo history. SCI_SETSELECTIONUNDOHISTORY.
Neil
1
-0
/
+4
2024-11-26
Bug [#2458]. Add include of cstdint to provide intptr_t and uintptr_t.
Neil
1
-0
/
+1
2024-07-28
Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and its
Neil
1
-0
/
+4
2024-03-08
Reformat with astyle.
Neil
1
-2
/
+2
2024-03-02
Feature [feature-requests:#1511] Add mayCoalesce argument to BeginUndoAction.
John Ehresman
1
-2
/
+2
2024-02-27
Restore change history to the extent possible when restoring undo history.
Neil
1
-59
/
+74
2024-02-18
Restore change history when restoring undo history.
Neil
1
-0
/
+58
2024-02-16
Implement detach point access with SCI_SETUNDODETACH and SCI_GETUNDODETACH.
Neil
1
-4
/
+12
2024-02-15
Perform validation of undo state when SCI_SETUNDOCURRENT called, setting status
Neil
1
-2
/
+2
2024-02-09
Implement API to read and write undo history from applications.
Neil
1
-0
/
+48
2024-02-09
Avoid overhead of extra start actions that delimited user operations. Now relies
Neil
1
-7
/
+7
2024-02-01
Store undo text in ScrapStack, a single allocation instead of one allocation per
Neil
1
-16
/
+6
2024-02-01
Add UndoAction class as internal type for undo actions and make Action a struct
Neil
1
-25
/
+16
2024-02-01
Move UndoHistory into its own module that is accessible from CellBuffer and
Neil
1
-288
/
+34
2024-01-27
Use noexcept where reasonable.
Neil
1
-16
/
+16
2024-01-27
Feature [feature-requests:#1458] Reduce memory used for undo actions.
Zufu Liu
1
-9
/
+4
2023-12-08
Throw error when allocating more than 2G without SC_DOCUMENTOPTION_TEXT_LARGE.
Neil
1
-0
/
+4
2023-11-19
Add const where possible.
Neil
1
-1
/
+1
2023-11-19
Fix type conversion warning.
Neil
1
-1
/
+1
2023-10-26
Implement LineEnd method in CellBuffer as it is a basic function and only uses
Neil
1
-0
/
+27
2023-06-25
Strip line end white-space.
Neil
1
-1
/
+1
2022-09-19
Stop turning on change history when there are steps that can be undone as
Neil
1
-1
/
+1
2022-07-31
Added change history which can display document changes (modified, saved, ...)
Neil
1
-0
/
+94
2022-07-30
Add cast functions to simplify code and avoid warnings.
Neil
1
-24
/
+41
2022-07-30
Apply rule-of-zero to CellBuffer internals.
Neil
1
-14
/
+0
2022-07-29
Apply rule-of-zero to delete standard methods where possible as handled by
Neil
1
-8
/
+1
2021-10-26
Explicit constructors.
Neil
1
-1
/
+1
2021-10-26
Ensure variables initialized.
Neil
1
-1
/
+1
2021-08-24
Remove line end white space.
Neil
1
-1
/
+1
2021-07-15
Feature [feature-requests:#1370] Implement SCI_ALLOCATELINES to allocate indices
Zufu Liu
1
-0
/
+23
2021-07-15
Feature [feature-requests:#1381] Move SplitView to header so it can be used more
Neil
1
-0
/
+15
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-53
/
+56
2021-05-20
Prefer Sci::invalidPosition to INVALID_POSITION as Scintilla.h will eventually
Neil
1
-1
/
+1
2021-05-05
Avoid some warnings in ResetLineEnds.
Neil
1
-3
/
+3
2021-04-05
Change actionType to an enum class.
Neil
1
-27
/
+27
2021-03-18
std::optional is a basic vocabulary type that may be used widely so include
Neil
1
-0
/
+1
2021-03-18
Move assert and debug trace functions into their own header Debugging.h.
Neil
1
-2
/
+1
2021-03-17
Extract geometry and colour definitions from Platform.h into src/Geometry.h.
Neil
1
-0
/
+1
2020-06-11
Use noexcept where safe and maintainable.
Neil
1
-1
/
+1
2020-05-19
Encapsulate common check for PS, LS, and NEL as UTF8IsMultibyteLineEnd.
Neil
1
-6
/
+3
2020-05-04
Feature [feature-requests:1347]. Optimize large insertions by using a
Zufu Liu
1
-29
/
+122
2020-05-02
Optimize LineVector by maintaining an activeIndices field to avoid calling
Neil
1
-30
/
+34
2020-03-24
Use noexcept where possible.
Neil
1
-19
/
+23
2019-11-01
Avoid calling vector::shrink_to_fit in destructors as it is not noexcept.
Neil
1
-1
/
+0
2019-09-28
Remove virtual call in constructor to stop warnings.
Neil
1
-1
/
+0
2019-09-26
Remove extraneous check.
Neil
1
-3
/
+1
2019-06-04
Fix extra white space.
Neil
1
-2
/
+2
[next]