mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 05:20:45 +00:00
Add simple tab-completion in interactive python shell
This commit is contained in:
@@ -82,6 +82,9 @@ private:
|
||||
QString m_storedLines;
|
||||
|
||||
PythonContext *newContext();
|
||||
void setGlobals(PythonContext *ret);
|
||||
|
||||
void startAutocomplete();
|
||||
|
||||
QString scriptHeader();
|
||||
void appendText(QTextEdit *output, const QString &text);
|
||||
|
||||
Reference in New Issue
Block a user