Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-22 | save/restore anchor position along with dot (current position) when editing ↵ | Robin Haberkorn | 1 | -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-22 | clean up QRegister vs. Buffer redundancies using TECODocument class | Robin Haberkorn | 1 | -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. |