| Age | Commit message (Collapse) | Author |
|
selection.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
modify directly takes a Modification as parameter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
permits to replace selection by a string in a single undo step
|
|
|
|
|
|
Selections now can have associated captures, for backreferences when
selections are created from a regex search
|
|
multi_select provides Selection -> SelectionList operations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DynamicBufferIterator are a new type of BufferIterators that
automatically update themselves when their buffer is modified.
Selections now uses this type of iterators instead of plain ones
|
|
|
|
|
|
|
|
|
|
DisplayAtoms now know where they are on the screen and have
line_and_column_at and iterator_at methods.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clear_selections also reset select_mode to Normal,
most editing operations now do a clear_selections.
|
|
|
|
|
|
|
|
|
|
|