| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Ranges should not be utf8 aware (needed for end), and a lot of
uses for end() were in fact looking for max.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
move ClientMode classes in a namespace due to InsertMode name collisions
|
|
of line
Adapted other code in consequence and added unit tests so that this behavior
is maintained.
|
|
|
|
* Filters now only works on insertion and take directly the
iterator and content
* use Buffer::insert and Buffer::erase to modify a buffer
|
|
|
|
functions int_to_str(int) and split(const String&, Character),
plus corresponding unit tests
|
|
|
|
|