index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
selection.hh
Age
Commit message (
Expand
)
Author
2012-11-19
Selection: allow write access to first and last
Maxime Coste
2012-11-12
move overlaps function to selection.hh
Maxime Coste
2012-10-08
selections should always point to an utf8 character sequence start byte
Maxime Coste
2012-09-26
Store capture groups with selections in editor, and access them through dynam...
Maxime Coste
2012-09-26
Editor now stores selections as SelectionAndCapturesList
Maxime Coste
2012-09-04
add override markers
Maxime Coste
2012-08-15
avoid keeping end of lines selected in Editor::erase
Maxime Coste
2012-07-16
Go back to a generic BufferChangeListener interface for selection update
Maxime Coste
2012-04-04
remove ModificationListener and use a list of iterators to update instead
Maxime Coste
2012-03-08
rename BufferString to String
Maxime Coste
2012-02-27
document Selection class
Maxime Coste
2012-02-09
Merge captures into registers, implements register insertion
Maxime Coste
2012-01-31
extract an Editor class from Window and refactor
Maxime Coste
[prev]