diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-18 23:17:18 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-22 01:18:05 +0100 |
| commit | 753dacacbcc2d45d35a044bfe2512fc4cd564b5c (patch) | |
| tree | 0836f965a306b33449d60c4c7b579eab06f6bc2b /src/Makefile.am | |
| parent | e0a47e8fcd592585030384faf6d42a2bf74f43ad (diff) | |
clean up QRegister vs. Buffer redundancies using TECODocument class
* 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.
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 787d941..bd945e1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,6 +17,7 @@ libsciteco_base_a_SOURCES = sciteco.h \ cmdline.cpp cmdline.h \ undo.cpp undo.h \ expressions.cpp expressions.h \ + document.cpp document.h \ qregisters.cpp qregisters.h \ ring.cpp ring.h \ parser.cpp parser.h \ |
