From 86328aaeec025c4a6b2f801f5926a020fa05adf3 Mon Sep 17 00:00:00 2001 From: twanvl Date: Wed, 6 Dec 2006 21:41:02 +0000 Subject: [PATCH] more script functions and text editor improvements git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@100 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/data/set.cpp | 9 +-- src/gui/value/text.cpp | 15 +++- src/gui/value/text.hpp | 1 + src/render/text/viewer.cpp | 31 +++++++- src/render/text/viewer.hpp | 6 +- src/script/functions.cpp | 140 +++++++++++++++++++++++++++++-------- src/script/value.hpp | 7 +- src/util/defaultable.hpp | 4 ++ src/util/tagged_string.cpp | 45 ++++++++++++ src/util/tagged_string.hpp | 16 ++++- 10 files changed, 227 insertions(+), 47 deletions(-) diff --git a/src/data/set.cpp b/src/data/set.cpp index 2aff7189..ae641062 100644 --- a/src/data/set.cpp +++ b/src/data/set.cpp @@ -12,7 +12,8 @@ #include #include #include -#include // for 0.2.7 fix +#include // for 0.2.7 fix +#include // for 0.2.7 fix #include