aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/document.h
AgeCommit message (Collapse)AuthorFilesLines
2013-02-22save/restore anchor position along with dot (current position) when editing ↵Robin Haberkorn1-4/+6
documents * fixes search-replace commands when function keys are used since they rely on selections not being disturbed * will also be useful later when there may be other selections
2013-02-22clean up QRegister vs. Buffer redundancies using TECODocument classRobin Haberkorn1-0/+99
* also encapsulates data properly (previously there were many public attributes to avoid permission issues) * new class also cares about saving/and restoring scroll state. now, buffer/q-reg edits and temporary accesses do not reset the scroll state anymore.