Support multi-line input in the python shell

This commit is contained in:
baldurk
2017-11-20 15:11:50 +00:00
parent 31b7662db1
commit 657c343ac8
6 changed files with 48 additions and 10 deletions
+2
View File
@@ -79,6 +79,8 @@ private:
QList<QString> history;
int historyidx = -1;
QString m_storedLines;
PythonContext *newContext();
QString scriptHeader();