| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sort selections 'circularly', keeping the last one
at the end of the list.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assume selections are sorted, so we have a linear complexity algorithm
instead of O(n²).
|
|
the previous implementation did not preserve invariant
either, so we'd better use less code.
|
|
this avoids a lot of unnecessary (add|remove)_change_listener as
creating temporary Selections do not call that anymore.
Use can choose between a SelectionList which or a DynamicSelectionList
depending on wethear the buffer will be modified or not during the
selections lifetime.
|
|
|
|
editor implementation
|
|
|
|
|
|
|
|
|
|
|
|
and last char
|
|
|
|
|
|
registers works as intended
|
|
|
|
|
|
|
|
(that is most of the time when we are not concerned with displaying)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dynamic registers
|