diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-23 18:44:26 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-23 18:44:26 +0100 |
commit | 4c37f988b68b35d2510de25a185e091e692d00d5 (patch) | |
tree | 9f8ee521d244f7d56f8646db964fc337ca1dce93 /src/interface-gtk.cpp | |
parent | aea39acc84741eb2fa868865e9fdc0395fa94478 (diff) | |
download | sciteco-4c37f988b68b35d2510de25a185e091e692d00d5.tar.gz |
implemented special save last commandline command ("*" at beginning of commandline macro)
* only works as part of commandline macro,
* at the beginning of other macros, it is treated like an arithmetic asterisk
* variables defined in cmdline.cpp are now declared by new cmdline.h
Diffstat (limited to 'src/interface-gtk.cpp')
-rw-r--r-- | src/interface-gtk.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface-gtk.cpp b/src/interface-gtk.cpp index 6d86f4b..c1a557a 100644 --- a/src/interface-gtk.cpp +++ b/src/interface-gtk.cpp @@ -35,6 +35,7 @@ #include <ScintillaWidget.h> #include "sciteco.h" +#include "cmdline.h" #include "qregisters.h" #include "ring.h" #include "interface.h" |