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