summaryrefslogtreecommitdiff
path: root/src/editor.hh
AgeCommit message (Expand)Author
2012-09-24remove selection stack from editorMaxime Coste
2012-09-07Editor::{select,move_cursor} takes a enum SelectMode parameter instead of a b...Maxime Coste
2012-08-10Buffer: move back Modification as an implementation detailMaxime Coste
2012-08-05move SafeCountable functionality to Editor from WindowMaxime Coste
2012-07-16IncrementalInserter preserves selectionsMaxime Coste
2012-07-11Add Editor::replace(memoryview) and bind alt-P to replace pasteMaxime Coste
2012-06-29IncrementalInsertor::insert takes a memoryview<String> rather than a RegisterMaxime Coste
2012-06-12Add a FilterGroup, and cleanup HighlighterGroupMaxime Coste
2012-05-29Alt-Space permits to remove a selection by indexMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-03-08rename BufferString to StringMaxime Coste
2012-02-09Merge captures into registers, implements register insertionMaxime Coste
2012-02-07Editor refactoring, merge undo and batch managementMaxime Coste
2012-02-07selectors now take a Selection as parameter instead of a BufferIteratorMaxime Coste
2012-02-03batches support in Editor, used by IncrementalInserter and exec_stringMaxime Coste
2012-02-02Use an Editor instead of a Window as much as possibleMaxime Coste
2012-01-31extract an Editor class from Window and refactorMaxime Coste