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 (
Collapse
)
Author
Files
Lines
2017-05-10
Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache and
Neil
1
-7
/
+3
Document.
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 ↵
nyamatongwe
1
-0
/
+184
SplitVector template. Inserting and deleting lines are made more efficient by lessening the amount of per line information copied. Marker data is only allocated for each line if markers are added.