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
/
editor.hh
Age
Commit message (
Expand
)
Author
2012-09-24
remove selection stack from editor
Maxime Coste
2012-09-07
Editor::{select,move_cursor} takes a enum SelectMode parameter instead of a b...
Maxime Coste
2012-08-10
Buffer: move back Modification as an implementation detail
Maxime Coste
2012-08-05
move SafeCountable functionality to Editor from Window
Maxime Coste
2012-07-16
IncrementalInserter preserves selections
Maxime Coste
2012-07-11
Add Editor::replace(memoryview) and bind alt-P to replace paste
Maxime Coste
2012-06-29
IncrementalInsertor::insert takes a memoryview<String> rather than a Register
Maxime Coste
2012-06-12
Add a FilterGroup, and cleanup HighlighterGroup
Maxime Coste
2012-05-29
Alt-Space permits to remove a selection by index
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-03-08
rename BufferString to String
Maxime Coste
2012-02-09
Merge captures into registers, implements register insertion
Maxime Coste
2012-02-07
Editor refactoring, merge undo and batch management
Maxime Coste
2012-02-07
selectors now take a Selection as parameter instead of a BufferIterator
Maxime Coste
2012-02-03
batches support in Editor, used by IncrementalInserter and exec_string
Maxime Coste
2012-02-02
Use an Editor instead of a Window as much as possible
Maxime Coste
2012-01-31
extract an Editor class from Window and refactor
Maxime Coste
[prev]