mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Support multi-line input in the python shell
This commit is contained in:
@@ -79,6 +79,8 @@ private:
|
||||
QList<QString> history;
|
||||
int historyidx = -1;
|
||||
|
||||
QString m_storedLines;
|
||||
|
||||
PythonContext *newContext();
|
||||
|
||||
QString scriptHeader();
|
||||
|
||||
Reference in New Issue
Block a user