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
/
test
/
unit
/
testCellBuffer.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-10
Optional indexing of line starts in UTF-8 documents by UTF-32 code points and
Neil
1
-0
/
+288
2018-05-13
Include <string_view> in tests in case needed.
Neil
1
-0
/
+1
2018-04-17
Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.
Neil
1
-1
/
+1
2018-03-21
Include header needed for ptrdiff_t.
Mitchell Foral
1
-0
/
+1
2018-03-16
Remove line-end white space.
Neil
1
-2
/
+2
2018-02-02
Implement SC_DOCUMENTOPTION_STYLES_NONE.
Neil
1
-1
/
+1
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-0
/
+2
2017-06-09
Avoid signed safety warnings from GCC 7.
Neil
1
-2
/
+2
2017-04-29
Use std::unique_ptr, std::vector, and move construction to simplify UndoHistory
Neil
1
-0
/
+1
2017-04-22
Include <memory> for std::unique_ptr.
Neil
1
-0
/
+1
2016-10-08
Fix minor warnings in unit tests from MSVC 64-bit.
Neil
1
-7
/
+7
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
2013-11-18
Add some tests for CellBuffer.
Neil
1
-0
/
+140