| Age | Commit message (Collapse) | Author |
|
|
|
|
|
compute_modifications compiles a list of buffer change into
a list of Modifications that can be used for updating BufferCoord
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/highlighters.cc
|
|
They are well tested, and we never want to step into them when debugging
|
|
|
|
|
|
|
|
|
|
This way, update only needs to be called once everything is done
as we always modify after the next selection to be used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #116
|
|
Fixes #119
|
|
fixes #122
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This handle the case where a regex matching gets too complex.
|
|
|
|
*debug* will contain line and column informations along
with the responsible command name.
|
|
BufferCoord -> ByteCoord
DisplayCoord -> CharCoord
Moved their definition along with LineAndColumn into coord.hh
|
|
'$' pipes each selections through a given shell command, and
only keeps the one that have an exit code of 0
Fixes #36
|
|
|
|
Fixes #32
|
|
|
|
|
|
|
|
Fixes #100
|
|
Fixes #101
|