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
/
Partitioning.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-13
Feature [feature-requests:#1538]. Reduce range checks in PartitionFromPosition
Zufu Liu
1
-1
/
+1
2022-07-29
Apply rule-of-zero to delete standard methods where possible as handled by
Neil
1
-9
/
+0
2022-07-29
Use SplitVector directly instead of throughSplitVectorWithRangeAdd which was
Neil
1
-51
/
+35
2022-07-29
Flatten Partitioning and RunStyles to avoid a level of indirection by containing
Neil
1
-25
/
+25
2022-07-29
Add growSize argument to SplitVector constructor with default value so can be
Neil
1
-2
/
+2
2022-07-25
Use T type parameter for RangeAddDelta arguments to harmonize types and avoid
Neil
1
-6
/
+7
2022-07-04
Feature [feature-requests:#1442] Tighter checking of indices avoids handling
Zufu Liu
1
-2
/
+2
2021-07-15
Feature [feature-requests:#1370] Implement SCI_ALLOCATELINES to allocate indices
Zufu Liu
1
-0
/
+5
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-1
/
+1
2020-05-04
Feature [feature-requests:1347]. Add methods to insert multiple partitions.
Neil
1
-0
/
+20
2019-12-02
Use noexcept and const where reasonable.
Neil
1
-1
/
+1
2019-12-01
Fix a bug with deleting the first element in SparseVector that left an extra
Neil
1
-0
/
+32
2018-04-21
Use noexcept in basic data structures where reasonable.
Neil
1
-5
/
+9
2018-04-21
Tighten definition of regular expression iterators so they are noexcept and
Neil
1
-3
/
+3
2018-04-18
Avoid an overflow warning seen when compiling for Qt.
Neil Hodgson
1
-1
/
+2
2018-03-01
Use make_unique in preference to new.
Neil
1
-1
/
+1
2018-02-01
Templatize Partitioning so it can hold different types.
Neil
1
-27
/
+29
2018-01-26
Extend SplitVector to allow more than 2 billion elements on 64-bit systems.
Neil
1
-13
/
+13
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-4
/
+0
2017-05-10
Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache and
Neil
1
-7
/
+3
2017-04-21
More consistent deletion of standard methods.
Neil
1
-0
/
+7
2017-04-06
Added const where possible.
Neil
1
-3
/
+3
2013-12-15
Make single argument constructors explicit to avoid unexpected conversions.
Neil
1
-2
/
+2
2013-07-21
Standardising header guards and namespaces.
Neil
1
-0
/
+9
2011-01-31
Comments.
nyamatongwe
1
-0
/
+5
2010-02-17
Formatting whitespace.
nyamatongwe
1
-1
/
+1
2009-06-24
Some extra const constraints added while working on discontiguous selection.
nyamatongwe
1
-1
/
+1
2007-07-08
Added const to methods that should not logically need to modify object.
nyamatongwe
1
-2
/
+2
2007-04-05
Implemented decorations which are extended indicators.
nyamatongwe
1
-1
/
+1
2007-01-01
Major change to CellBuffer class with addition of Partitioning class and Spli...
nyamatongwe
1
-0
/
+184