[apps/code] Start getting importations in the variable box

This commit is contained in:
Léa Saviot
2020-03-31 16:42:56 +02:00
committed by Émilie Feral
parent 78a747d9c6
commit a0f1d0f24b
3 changed files with 30 additions and 8 deletions

View File

@@ -65,7 +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 addNodesFromImportMaybe(mp_parse_node_struct_t * parseNode, const char * textToAutocomplete, int textToAutocompleteLength);
void addNode(ScriptNode::Type type, NodeOrigin origin, const char * name, int nameLength, int scriptIndex = 0);
ScriptNode m_currentScriptNodes[k_maxScriptNodesCount];