+ implement file based auto-save & recovery mechanism

This commit is contained in:
wmayer
2015-09-19 01:13:33 +02:00
parent 8db1280a4d
commit 848f9c4d46
7 changed files with 192 additions and 73 deletions

View File

@@ -37,7 +37,7 @@
using namespace Gui::Dialog;
// taken from the script doctools.py
const char* doctools =
std::string DlgProjectUtility::doctools =
"import os,sys,string\n"
"import xml.sax\n"
"import xml.sax.handler\n"