aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main.cpp
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2014-11-24 04:57:26 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2014-11-24 05:07:06 +0100
commit1e5115b0b40bcf57501d4b0b5dce8e7ecd61432d (patch)
tree0dc00efad34dcc3a013ca26612fa759298ed9490 /src/main.cpp
parentd503c3b07c2157658f699294c44ad5be244727a5 (diff)
downloadsciteco-1e5115b0b40bcf57501d4b0b5dce8e7ecd61432d.tar.gz
Q-Register loading and saving using the IOView class
* EW can save Q-Registers now * the new E% may be used to save a q-register without making it the current document
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index e7cf62b..463cdfd 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -32,6 +32,7 @@
#include "sciteco.h"
#include "cmdline.h"
#include "interface.h"
+#include "ioview.h"
#include "parser.h"
#include "goto.h"
#include "qregisters.h"
@@ -53,7 +54,7 @@ namespace SciTECO {
* GCC init_priority() attribute
*/
InterfaceCurrent interface;
-ViewCurrent QRegisters::view;
+IOView QRegisters::view;
/*
* Scintilla will be initialized after these