[code] Dynamic toolbox that displays script functions and variables.

Change-Id: Id1494580b3832540633d3aefaf04710d21e0a44c
This commit is contained in:
Léa Saviot
2017-11-22 16:55:10 +01:00
parent 2015bcce89
commit e6b4d07cb6
19 changed files with 588 additions and 9 deletions

View File

@@ -20,6 +20,7 @@ public:
void renameSelectedScript();
void deleteScriptAtIndex(int i);
void reloadConsole();
void loadPythonIfNeeded();
void openConsoleWithScriptAtIndex(int scriptIndex);
void scriptContentEditionDidFinish();