summaryrefslogtreecommitdiff
path: root/src/unit_tests.cc
AgeCommit message (Expand)Author
2013-06-04Remove Buffer::iterator_at_line_{begin,end}, use iterator_at(line{,+1})Maxime Coste
2013-06-04Use coord instead of iterators for selectionsMaxime Coste
2013-06-01Explicitly pass buffer to selectorsMaxime Coste
2013-05-30Remove begin/end from Ranges, replace with min/maxMaxime Coste
2013-05-30buffer end should not be in a selectionMaxime Coste
2013-05-13Use more std::* for string handlingMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-04-09rename assert to kak_assert to avoid collisionsMaxime Coste
2013-04-05refactor regex based selectors, move regex construction out of themMaxime Coste
2013-03-15Editor: replace selections().back() with main_selection()Maxime Coste
2013-03-13Editor: fix replace at end of bufferMaxime Coste
2013-02-20Buffer: replace {begin,end}_undo_group with a single commit_undo_group methodMaxime Coste
2013-01-31tweak buffer unit testMaxime Coste
2013-01-30add some tests for Key functionsMaxime Coste
2013-01-23add undo unit_test and fix BufferMaxime Coste
2012-11-28add an empty buffer unit testMaxime Coste
2012-11-23Buffer takes a vector of lines as initial contentMaxime Coste
2012-11-22Cleanups and minor refactoring on BufferMaxime Coste
2012-11-20Buffer: replace Buffer::Type with Buffer::FlagsMaxime Coste
2012-10-22add basic utf8 unit testMaxime Coste
2012-09-26Extract IncrementalInserter::Mode as InsertModeMaxime Coste
2012-09-10Buffer: Allow inserting at the end when the inserted text ends with an end of...Maxime Coste
2012-09-03fix open line above for first line and add a unit testMaxime Coste
2012-08-10Buffer: move back Modification as an implementation detailMaxime Coste
2012-07-16Correct multi select unit testMaxime Coste
2012-05-29Add some string helpers and unit testsMaxime Coste
2012-04-01add an editor unit testMaxime Coste
2012-03-21add basic unit tests run at startupMaxime Coste