[apps/code] Start loading imported variables in var box

This commit is contained in:
Léa Saviot
2020-03-27 18:25:53 +01:00
committed by Émilie Feral
parent 6311f408b4
commit 78a747d9c6
3 changed files with 108 additions and 21 deletions

View File

@@ -65,6 +65,7 @@ private:
bool selectLeaf(int rowIndex) override;
void insertTextInCaller(const char * text, int textLength = -1);
void addNodesFromImportMaybe(mp_parse_node_struct_t * parseNode);
void addNode(ScriptNode::Type type, NodeOrigin origin, const char * name, int nameLength, int scriptIndex = 0);
ScriptNode m_currentScriptNodes[k_maxScriptNodesCount];