From 753dacacbcc2d45d35a044bfe2512fc4cd564b5c Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 18 Feb 2013 23:17:18 +0100 Subject: 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. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.3