summaryrefslogtreecommitdiff
path: root/src/editor.cc
AgeCommit message (Expand)Author
2012-03-07'I' now inserts before the first non blank character of the line instead of t...Maxime Coste
2012-02-10Editor: replace all captures if one capture is presentMaxime 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-01-31extract an Editor class from Window and refactorMaxime Coste