| Age | Commit message (Collapse) | Author |
|
|
|
editor implementation
|
|
|
|
|
|
|
|
|
|
|
|
and last char
|
|
|
|
|
|
registers works as intended
|
|
|
|
|
|
|
|
(that is most of the time when we are not concerned with displaying)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dynamic registers
|
|
|
|
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.
|
|
boolean
|
|
|
|
|
|
|
|
when avoid_eol is true, clamping does avoid end-of-line if possible
|
|
* Filters now only works on insertion and take directly the
iterator and content
* use Buffer::insert and Buffer::erase to modify a buffer
|
|
|
|
|
|
|
|
|
|
|
|
FilterGroup is similar to HighlighterGroup, it permits grouping
together filters for easy removal.
|
|
|
|
|
|
|
|
the first character of the line
|
|
before, selecting with 2 captures after selecting with 3 captures
would keep the third capture from the first selection.
|
|
|
|
|
|
|
|
Editor groups all modification together in one undo group when batching.
nested batches are supported.
|
|
|